Skip to content

Commit

Permalink
pycurl: Exclude flaky multi_timer_test. Fixes #77304
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 authored and jonringer committed Jun 15, 2020
1 parent 8257210 commit ab1ae10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/pycurl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ buildPythonPackage rec {
and not test_libcurl_ssl_openssl" \
--ignore=tests/getinfo_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 = ''
Expand Down

0 comments on commit ab1ae10

Please sign in to comment.