python3Packages.asf-search: skip tests with missing helper and network access

This commit is contained in:
Harinn
2026-05-12 13:02:04 +07:00
parent cda48547b4
commit 19fea737b8
@@ -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 = {