mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.pyreqwest: remove httpx workaround
This commit is contained in:
parent
1691b9e047
commit
4071736d8c
1 changed files with 1 additions and 6 deletions
|
|
@ -43,6 +43,7 @@ buildPythonPackage (finalAttrs: {
|
|||
pythonImportsCheck = [ "pyreqwest" ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
cacert
|
||||
dirty-equals
|
||||
docker
|
||||
granian
|
||||
|
|
@ -57,12 +58,6 @@ buildPythonPackage (finalAttrs: {
|
|||
yarl
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
# Without this tests fails with
|
||||
# unexpected error: No CA certificates were loaded from the system
|
||||
export SSL_CERT_FILE="${cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||
'';
|
||||
|
||||
disabledTestPaths = [
|
||||
# requires a running Docker daemon
|
||||
"tests/test_examples.py"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue