Merge pull request #252763 from fabaff/json-logging-fix

python311Packages.json-logging: disable smoke tests

authored by

Fabian Affolter and committed by
GitHub
d2d14de3 e1aedd8d

+5
+5
pkgs/development/python-modules/json-logging/default.nix
··· 46 46 "quart" 47 47 ]; 48 48 49 + disabledTestPaths = [ 50 + # Smoke tests don't always work 51 + "tests/smoketests/test_run_smoketest.py" 52 + ]; 53 + 49 54 __darwinAllowLocalNetworking = true; 50 55 51 56 meta = with lib; {