pythonPackages.pycurl: fix tests

This commit is contained in:
Jonathan Ringer 2019-12-22 10:23:18 -08:00 committed by Frederik Rietdijk
parent a7d6b1620b
commit d80f10eddb

View file

@ -36,7 +36,7 @@ buildPythonPackage rec {
];
checkPhase = ''
pytest tests -k "not test_ssl_in_static_libs \
HOME=$TMPDIR pytest tests -k "not test_ssl_in_static_libs \
and not test_keyfunction \
and not test_keyfunction_bogus_return \
and not test_libcurl_ssl_gnutls \