python3Packages.gradient-utils: disable network tests
This commit is contained in:
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; {
|
||||
|
Loading…
Reference in New Issue
Block a user