python3Packages.asf-search: skip tests with missing helper and network access (#519272)
This commit is contained in:
@@ -51,6 +51,13 @@ buildPythonPackage rec {
|
||||
tenacity
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# requires asf_enumeration, not packaged
|
||||
"tests/BaselineSearch/test_baseline_search.py"
|
||||
# requires network
|
||||
"tests/Pair/test_Pair.py"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "asf_search" ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user