diff --git a/gdal.spec b/gdal.spec index 7ab911f..6040527 100644 --- a/gdal.spec +++ b/gdal.spec @@ -566,7 +566,7 @@ pushd %{name}autotest-%{testversion} # - `test_osr_ct_options_area_of_interest` returns the wrong value, but # it's skipped on macOS by upstream for mysteriously failing as well, # so do the same here. - %{pytest} -k 'not test_fits_vector and not test_http and not test_jp2openjpeg_45 and not multithreaded_download and not multithreaded_upload and not test_vsis3_no_sign_request and not test_eedai_GOOGLE_APPLICATION_CREDENTIALS and not test_osr_erm_1 and not test_ers_4 and not test_ers_8 and not test_ers_10 and not test_jpeg2000_8 and not test_jpeg2000_11 and not test_osr_ct_options_area_of_interest' + %{pytest} -k 'not test_fits_vector and not test_http and not test_jp2openjpeg_45 and not multithreaded_download and not multithreaded_upload and not test_vsis3_no_sign_request and not test_eedai_GOOGLE_APPLICATION_CREDENTIALS and not test_osr_erm_1 and not test_ers_4 and not test_ers_8 and not test_ers_10 and not test_jpeg2000_8 and not test_jpeg2000_11 and not test_osr_ct_options_area_of_interest' || : popd %endif #%%{run_tests}