python3Packages.faiss: conventional "tests.nix" name

This commit is contained in:
Someone Serge 2022-08-02 16:34:08 +03:00
parent ad5e59c123
commit cd43db0c94
No known key found for this signature in database
GPG Key ID: 7B0E3B1390D61DA4
2 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ stdenv.mkDerivation {
demo_ivfpq_indexing && touch $out
'';
} // lib.optionalAttrs pythonSupport {
pytest = pythonPackages.callPackage ./pytest-suite.nix { };
pytest = pythonPackages.callPackage ./tests.nix { };
};
};