Skip to content

Commit a84b797

Browse files
nh2Jon
authored andcommitted
pycurl: Exclude flaky multi_timer_test. Fixes #77304
(cherry picked from commit a6df4a9)
1 parent ae27952 commit a84b797

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/development/python-modules/pycurl/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ buildPythonPackage rec {
4747
and not test_libcurl_ssl_openssl" \
4848
--ignore=tests/getinfo_test.py \
4949
--ignore=tests/memory_mgmt_test.py \
50-
--ignore=tests/multi_memory_mgmt_test.py
50+
--ignore=tests/multi_memory_mgmt_test.py \
51+
--ignore=tests/multi_timer_test.py
5152
'';
5253

5354
preConfigure = ''

0 commit comments

Comments
 (0)