Matej Cepl 2023-05-06 21:25:05 +00:00 committed by Git OBS Bridge
parent f22070e9d3
commit 7366500061

View File

@ -73,8 +73,6 @@ export PYTHONIOENCODING="utf_8"
%check
# gh#getsentry/responses#635
skiptests="test_auto_calculate_content_length_doesnt_override_existing_value"
# gh#python/cpython!98095 has not been backported to 3.9
python39_skiptests=" or test_registry_async or test_async_calls"
%pytest -k "not ($skiptests ${$python_skiptests})"