We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae27952 commit a84b797Copy full SHA for a84b797
pkgs/development/python-modules/pycurl/default.nix
@@ -47,7 +47,8 @@ buildPythonPackage rec {
47
and not test_libcurl_ssl_openssl" \
48
--ignore=tests/getinfo_test.py \
49
--ignore=tests/memory_mgmt_test.py \
50
- --ignore=tests/multi_memory_mgmt_test.py
+ --ignore=tests/multi_memory_mgmt_test.py \
51
+ --ignore=tests/multi_timer_test.py
52
'';
53
54
preConfigure = ''
0 commit comments