python3Packages.flask-testing: re-enable darwin tests (#423874)
This commit is contained in:
@@ -29,8 +29,7 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
# Some of the tests use localhost networking on darwin
|
||||
doCheck = !stdenv.hostPlatform.isDarwin;
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
disabledTests = [
|
||||
# RuntimeError and NotImplementedError
|
||||
|
||||
Reference in New Issue
Block a user