diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 141 |
1 files changed, 68 insertions, 73 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b1c66228f10..7dc93ec3233 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -12634,79 +12634,74 @@ experimental data and metadata at the Laboratory for Fluorescence Dynamics.") | |||
| 12634 | ;; | 12634 | ;; |
| 12635 | "--ignore=tests/test_doctests.py" | 12635 | "--ignore=tests/test_doctests.py" |
| 12636 | "--ignore=tests/test_timeout.py" | 12636 | "--ignore=tests/test_timeout.py" |
| 12637 | "-k" | 12637 | ;; See: <https://github.com/PyAV-Org/PyAV/issues/1942>. |
| 12638 | (string-append | 12638 | "-k" (string-join |
| 12639 | "not test_data" | 12639 | (list "not test_bits_per_coded_sample" |
| 12640 | " and not test_pts_assertion_same_rate" | 12640 | "test_codec_delay" |
| 12641 | " and not test_filter_h264_mp4toannexb" | 12641 | "test_codec_tag" |
| 12642 | " and not test_filter_output_parameters" | 12642 | "test_container_probing" |
| 12643 | " and not test_filter_flush" | 12643 | "test_data" |
| 12644 | " and not test_bits_per_coded_sample" | 12644 | "test_decode_audio_sample_count" |
| 12645 | " and not test_codec_delay" | 12645 | "test_decode_close_then_use" |
| 12646 | " and not test_codec_tag" | 12646 | "test_decode_half" |
| 12647 | " and not test_parse" | 12647 | "test_decoded_motion_vectors" |
| 12648 | " and not test_decode_audio_sample_count" | 12648 | "test_decoded_motion_vectors_no_flag" |
| 12649 | " and not test_decode_close_then_use" | 12649 | "test_decoded_time_base" |
| 12650 | " and not test_decoded_motion_vectors" | 12650 | "test_decoded_video_frame_count" |
| 12651 | " and not test_decoded_motion_vectors_no_flag" | 12651 | "test_encoding_aac" |
| 12652 | " and not test_decoded_time_base" | 12652 | "test_encoding_dnxhd" |
| 12653 | " and not test_decoded_video_frame_count" | 12653 | "test_encoding_dvvideo" |
| 12654 | " and not test_encoding_aac" | 12654 | "test_encoding_h264" |
| 12655 | " and not test_encoding_dnxhd" | 12655 | "test_encoding_mjpeg" |
| 12656 | " and not test_encoding_dvvideo" | 12656 | "test_encoding_mp2" |
| 12657 | " and not test_encoding_h264" | 12657 | "test_encoding_mpeg1video" |
| 12658 | " and not test_encoding_mjpeg" | 12658 | "test_encoding_mpeg4" |
| 12659 | " and not test_encoding_mp2" | 12659 | "test_encoding_pcm_s24le" |
| 12660 | " and not test_encoding_mpeg1video" | 12660 | "test_encoding_png" |
| 12661 | " and not test_encoding_mpeg4" | 12661 | "test_encoding_tiff" |
| 12662 | " and not test_encoding_pcm_s24le" | 12662 | "test_encoding_xvid" |
| 12663 | " and not test_encoding_png" | 12663 | "test_filter_flush" |
| 12664 | " and not test_encoding_tiff" | 12664 | "test_filter_h264_mp4toannexb" |
| 12665 | " and not test_encoding_xvid" | 12665 | "test_filter_output_parameters" |
| 12666 | " and not test_penguin_joke" | 12666 | "test_flush_decoded_video_frame_count" |
| 12667 | " and not test_sky_timelapse" | 12667 | "test_is_corrupt" |
| 12668 | " and not test_flush_decoded_video_frame_count" | 12668 | "test_is_discard" |
| 12669 | " and not test_transcode" | 12669 | "test_is_disposable" |
| 12670 | " and not test_container_probing" | 12670 | "test_is_keyframe" |
| 12671 | " and not test_stream_probing" | 12671 | "test_movtext" |
| 12672 | " and not test_container_probing" | 12672 | "test_noside_data" |
| 12673 | " and not test_stream_probing" | 12673 | "test_opaque" |
| 12674 | " and not test_container_probing" | 12674 | "test_parse" |
| 12675 | " and not test_stream_probing" | 12675 | "test_path_input" |
| 12676 | " and not test_container_probing" | 12676 | "test_path_output" |
| 12677 | " and not test_stream_probing" | 12677 | "test_penguin_joke" |
| 12678 | " and not test_path_input" | 12678 | "test_pts_assertion_same_rate" |
| 12679 | " and not test_str_input" | 12679 | "test_reading_from_buffer" |
| 12680 | " and not test_path_output" | 12680 | "test_reading_from_buffer_no_seek" |
| 12681 | " and not test_str_output" | 12681 | "test_reading_from_file" |
| 12682 | " and not test_is_keyframe" | 12682 | "test_reading_from_pipe_readonly" |
| 12683 | " and not test_is_corrupt" | 12683 | "test_reading_from_write_readonly" |
| 12684 | " and not test_is_discard" | 12684 | "test_roundtrip" |
| 12685 | " and not test_is_disposable" | 12685 | "test_seek_end" |
| 12686 | " and not test_set_duration" | 12686 | "test_seek_float" |
| 12687 | " and not test_reading_from_buffer" | 12687 | "test_seek_int64" |
| 12688 | " and not test_reading_from_buffer_no_seek" | 12688 | "test_seek_middle" |
| 12689 | " and not test_reading_from_file" | 12689 | "test_seek_start" |
| 12690 | " and not test_reading_from_pipe_readonly" | 12690 | "test_selection" |
| 12691 | " and not test_reading_from_write_readonly" | 12691 | "test_set_duration" |
| 12692 | " and not test_writing_to_custom_io_dash" | 12692 | "test_side_data" |
| 12693 | " and not test_writing_to_custom_io_image2" | 12693 | "test_sky_timelapse" |
| 12694 | " and not test_decode_half" | 12694 | "test_str_input" |
| 12695 | " and not test_seek_end" | 12695 | "test_str_output" |
| 12696 | " and not test_seek_float" | 12696 | "test_stream_probing" |
| 12697 | " and not test_seek_int64" | 12697 | "test_stream_seek" |
| 12698 | " and not test_seek_middle" | 12698 | "test_stream_tuples" |
| 12699 | " and not test_seek_start" | 12699 | "test_subtitle_flush" |
| 12700 | " and not test_stream_seek" | 12700 | "test_transcode" |
| 12701 | " and not test_selection" | 12701 | "test_vobsub" |
| 12702 | " and not test_stream_tuples" | 12702 | "test_writing_to_custom_io_dash" |
| 12703 | " and not test_noside_data" | 12703 | "test_writing_to_custom_io_image2") |
| 12704 | " and not test_side_data" | 12704 | " and not ")) |
| 12705 | " and not test_movtext" | ||
| 12706 | " and not test_vobsub" | ||
| 12707 | " and not test_subtitle_flush" | ||
| 12708 | " and not test_opaque" | ||
| 12709 | " and not test_roundtrip")) | ||
| 12710 | #:phases | 12705 | #:phases |
| 12711 | #~(modify-phases %standard-phases | 12706 | #~(modify-phases %standard-phases |
| 12712 | (add-before 'check 'build-extensions | 12707 | (add-before 'check 'build-extensions |
