python3Packages.gradient-utils: disable network tests

This commit is contained in:
Jonathan Ringer
2021-12-14 12:04:45 -08:00
parent 6d6251ae79
commit d70eb604e9
@@ -52,6 +52,11 @@ buildPythonPackage rec {
"test_add_metrics_pushes_metrics" # requires a working prometheus push gateway
];
disabledTestPaths = [
# needs network access
"tests/integration/test_metrics.py"
];
pythonImportsCheck = [ "gradient_utils" ];
meta = with lib; {