1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179
|
Test-Command:
set -e;
rm -rf av;
for py in $(py3versions -r 2>/dev/null); do
$py -m pytest --ignore=tests/test_doctests.py --ignore=tests/test_timeout.py
-k 'not test_attachment_stream
and not test_audio_transcode
and not test_bits_per_coded_sample
and not test_chapters
and not test_codec_delay
and not test_codec_tag
and not test_container_probing
and not test_context_manager
and not test_data
and not test_decode_audio_sample_count
and not test_decode_close_then_use
and not test_decoded_motion_vectors
and not test_decoded_time_base
and not test_decoded_video_frame_count
and not test_decode_half
and not test_deprecated_stream_seek
and not test_encoding
and not test_filter_flush
and not test_filter_h264_mp4toannexb
and not test_filter_output_parameters
and not test_flush_decoded_video_frame_count
and not test_frame_duration_matches_packet
and not test_frame_index
and not test_interpolation
and not test_is_corrupt
and not test_is_discard
and not test_is_disposable
and not test_is_keyframe
and not test_iter
and not test_loudnorm
and not test_movtext
and not test_no_side_data
and not test_opaque
and not test_palette
and not test_parse
and not test_path_input
and not test_path_output
and not test_penguin_joke
and not test_printing_video_stream
and not test_printing_video_stream2
and not test_reading
and not test_seek_end
and not test_seek_float
and not test_seek_int64
and not test_seek_middle
and not test_seek_start
and not test_selection
and not test_set_chapters
and not test_set_duration
and not test_side_data
and not test_sky_timelapse
and not test_stream_probing
and not test_stream_seek
and not test_stream_tuples
and not test_str_input
and not test_str_output
and not test_subset
and not test_subtitle_flush
and not test_subtitle_muxing
and not test_transcode
and not test_video_remux
and not test_vobsub';
done
Depends:
python3-all,
python3-av,
python3-pytest,
Architecture: !ppc64 !ppc64el
Test-Command:
set -e;
rm -rf av;
for py in $(py3versions -r 2>/dev/null); do
$py -m pytest --ignore=tests/test_doctests.py --ignore=tests/test_timeout.py
-k 'not test_attachment_stream
and not test_audio_transcode
and not test_bits_per_coded_sample
and not test_chapters
and not test_codec_delay
and not test_codec_tag
and not test_container_probing
and not test_context_manager
and not test_data
and not test_decode_audio_sample_count
and not test_decode_close_then_use
and not test_decoded_motion_vectors
and not test_decoded_time_base
and not test_decoded_video_frame_count
and not test_decode_half
and not test_deprecated_stream_seek
and not test_encoding
and not test_encoding_h264
and not test_filter_flush
and not test_filter_h264_mp4toannexb
and not test_filter_output_parameters
and not test_flush_decoded_video_frame_count
and not test_frame_duration_matches_packet
and not test_frame_index
and not test_interpolation
and not test_is_corrupt
and not test_is_discard
and not test_is_disposable
and not test_is_keyframe
and not test_iter
and not test_loudnorm
and not test_movtext
and not test_no_side_data
and not test_opaque
and not test_palette
and not test_parse
and not test_path_input
and not test_path_output
and not test_penguin_joke
and not test_printing_video_stream
and not test_printing_video_stream2
and not test_reading
and not test_reformat_pixel_format_align
and not test_seek_end
and not test_seek_float
and not test_seek_int64
and not test_seek_middle
and not test_seek_start
and not test_selection
and not test_set_chapters
and not test_set_duration
and not test_side_data
and not test_sky_timelapse
and not test_stream_probing
and not test_stream_seek
and not test_stream_tuples
and not test_str_input
and not test_str_output
and not test_subset
and not test_subtitle_flush
and not test_subtitle_muxing
and not test_transcode
and not test_video_remux
and not test_vobsub';
done
Depends:
python3-all,
python3-av,
python3-pytest,
Architecture: ppc64 ppc64el
Test-Command:
set -e;
rm -rf av;
for py in $(py3versions -r 2>/dev/null); do
$py -m pytest;
done
Restrictions: flaky, needs-internet
Depends:
ca-certificates,
python3-all,
python3-av,
python3-pytest,
Architecture: !ppc64 !ppc64el
Test-Command:
set -e;
rm -rf av;
for py in $(py3versions -r 2>/dev/null); do
$py -m pytest
-k 'not test_reformat_pixel_format_align
and not test_encoding_h264';
done
Restrictions: flaky, needs-internet
Depends:
ca-certificates,
python3-all,
python3-av,
python3-pytest,
Architecture: ppc64 ppc64el
|