14
0

- update newdnspython.patch to not patch non-testsuite as

it breaks the functionality (bsc#1208126)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=104
This commit is contained in:
2023-02-16 22:16:24 +00:00
committed by Git OBS Bridge
parent 0d7ccb5704
commit 0ca99f232c
3 changed files with 7 additions and 16 deletions

View File

@@ -86,7 +86,7 @@ python2_pytest_param='--collect-only'
# dnspython 1 and 2: backdoor tests fail with "take too long"
skiptests="(BackdoorTest and test_server)"
# fail only with dnspython 2:
skiptests+=" or test_dns_methods_are_green or test_noraise_dns_tcp"
skiptests+=" or test_dns_methods_are_green or test_noraise_dns_tcp or test_clear"
# These are flaky inside the OBS environment
skiptests+=" or test_fork_after_monkey_patch or test_send_1k_req_rep or test_cpu_usage_after_bind"
# tracebacks in denosed suite with pytest inside obs presumably work different than when upstream is running nose?