Merge pull request #67309 from marsam/fix-pycurl-darwin-build

pythonPackages.pycurl: fix build on darwin
This commit is contained in:
Mario Rodas 2019-08-23 08:32:56 -05:00 committed by GitHub
commit 911ec73fa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,10 @@ buildPythonPackage rec {
checkPhase = ''
pytest tests -k "not test_ssl_in_static_libs \
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 = ''