pythonPackage.uvicorn Fix tests on darwin

This commit is contained in:
Thane Gill 2020-11-16 14:40:53 -08:00 committed by Martin Weinelt
parent dbf3e8b2e2
commit e53d823337
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -51,6 +51,8 @@ buildPythonPackage rec {
doCheck = !stdenv.isDarwin;
__darwinAllowLocalNetworking = true;
pytestFlagsArray = [
# watchgod required the watchgod package, which isn't available in nixpkgs
"--ignore=tests/supervisors/test_reload.py"