python311Packages.json-logging: disable smoke tests

This commit is contained in:
Fabian Affolter 2023-09-01 13:50:33 +02:00
parent c9c99c053a
commit 308eeccf07

View File

@ -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; {