python3Packages.asf-search: skip tests with missing helper and network access (#519272)

This commit is contained in:
yaya
2026-05-13 07:40:13 +00:00
committed by GitHub
@@ -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 = {