python311Packages.json-logging: disable smoke tests
This commit is contained in:
parent
c9c99c053a
commit
308eeccf07
@ -46,6 +46,11 @@ buildPythonPackage rec {
|
||||
"quart"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# Smoke tests don't always work
|
||||
"tests/smoketests/test_run_smoketest.py"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user