pythonPackages.pycurl: fix build on darwin
This commit is contained in:
parent
1e2497720f
commit
d5beb9fb56
@ -38,7 +38,10 @@ buildPythonPackage rec {
|
|||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
pytest tests -k "not test_ssl_in_static_libs \
|
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_nss \
|
||||||
|
and not test_libcurl_ssl_openssl"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user