python38Packages.aiohttp: fix build on darwin
This commit is contained in:
parent
b6971ed14a
commit
85ebbbbd3d
@ -3,7 +3,6 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, pythonAtLeast
|
|
||||||
, attrs
|
, attrs
|
||||||
, chardet
|
, chardet
|
||||||
, multidict
|
, multidict
|
||||||
@ -14,7 +13,6 @@
|
|||||||
, pytestrunner
|
, pytestrunner
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, gunicorn
|
, gunicorn
|
||||||
, pytest-timeout
|
|
||||||
, async_generator
|
, async_generator
|
||||||
, pytest_xdist
|
, pytest_xdist
|
||||||
, pytestcov
|
, pytestcov
|
||||||
@ -63,6 +61,8 @@ buildPythonPackage rec {
|
|||||||
"test_read_boundary_with_incomplete_chunk"
|
"test_read_boundary_with_incomplete_chunk"
|
||||||
"test_read_incomplete_chunk"
|
"test_read_incomplete_chunk"
|
||||||
"test_request_tracing_exception"
|
"test_request_tracing_exception"
|
||||||
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
|
"test_close"
|
||||||
];
|
];
|
||||||
|
|
||||||
# aiohttp in current folder shadows installed version
|
# aiohttp in current folder shadows installed version
|
||||||
|
Loading…
Reference in New Issue
Block a user