pythonPackages.pycurl: fix tests

This commit is contained in:
Jonathan Ringer 2019-10-17 14:44:05 -07:00 committed by Frederik Rietdijk
parent 192e73f7a1
commit 641148260c

View file

@ -41,7 +41,8 @@ buildPythonPackage rec {
and not test_keyfunction_bogus_return \
and not test_libcurl_ssl_gnutls \
and not test_libcurl_ssl_nss \
and not test_libcurl_ssl_openssl"
and not test_libcurl_ssl_openssl" \
--ignore=tests/getinfo_test.py
'';
preConfigure = ''