pycurl: Exclude flaky multi_timer_test. Fixes #77304
This commit is contained in:
parent
825721005a
commit
ab1ae1088e
@ -47,7 +47,8 @@ buildPythonPackage rec {
|
|||||||
and not test_libcurl_ssl_openssl" \
|
and not test_libcurl_ssl_openssl" \
|
||||||
--ignore=tests/getinfo_test.py \
|
--ignore=tests/getinfo_test.py \
|
||||||
--ignore=tests/memory_mgmt_test.py \
|
--ignore=tests/memory_mgmt_test.py \
|
||||||
--ignore=tests/multi_memory_mgmt_test.py
|
--ignore=tests/multi_memory_mgmt_test.py \
|
||||||
|
--ignore=tests/multi_timer_test.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user