pythonPackage.uvicorn Fix tests on darwin
This commit is contained in:
parent
dbf3e8b2e2
commit
e53d823337
@ -51,6 +51,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
doCheck = !stdenv.isDarwin;
|
doCheck = !stdenv.isDarwin;
|
||||||
|
|
||||||
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
pytestFlagsArray = [
|
pytestFlagsArray = [
|
||||||
# watchgod required the watchgod package, which isn't available in nixpkgs
|
# watchgod required the watchgod package, which isn't available in nixpkgs
|
||||||
"--ignore=tests/supervisors/test_reload.py"
|
"--ignore=tests/supervisors/test_reload.py"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user