pythonPackages.pycurl: fix tests
This commit is contained in:
parent
a7d6b1620b
commit
d80f10eddb
@ -36,7 +36,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
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 \
|
||||||
and not test_keyfunction_bogus_return \
|
and not test_keyfunction_bogus_return \
|
||||||
and not test_libcurl_ssl_gnutls \
|
and not test_libcurl_ssl_gnutls \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user