python3Packages.httpcore: drop anyio version substitution

This commit is contained in:
Martin Weinelt 2021-06-21 13:52:44 +02:00
parent 37d27bc01e
commit 8bedadf5d5

View File

@ -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"