diff --git a/pkgs/development/python-modules/asf-search/default.nix b/pkgs/development/python-modules/asf-search/default.nix index 402bb9d11360..734cf435cf11 100644 --- a/pkgs/development/python-modules/asf-search/default.nix +++ b/pkgs/development/python-modules/asf-search/default.nix @@ -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 = {