python3Packages.httpcore: drop anyio version substitution
This commit is contained in:
parent
37d27bc01e
commit
8bedadf5d5
@ -44,12 +44,6 @@ buildPythonPackage rec {
|
||||
uvicorn
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
# The anyio 3.1.0 release is not picked-up proberly
|
||||
substituteInPlace setup.py --replace "anyio==3.*" "anyio"
|
||||
'';
|
||||
|
||||
|
||||
disabledTestPaths = [
|
||||
# these tests fail during dns lookups: httpcore.ConnectError: [Errno -2] Name or service not known
|
||||
"tests/test_threadsafety.py"
|
||||
|
Loading…
Reference in New Issue
Block a user