lol

treewide: replace pythonImportCheck(s) with pythonImportsCheck

+3 -3
+1 -1
pkgs/development/python-modules/curated-transformers/default.nix
··· 24 24 25 25 # Unit tests are hard to use, since most tests rely on downloading 26 26 # models from Hugging Face Hub. 27 - pythonImportCheck = [ "curated_transformers" ]; 27 + pythonImportsCheck = [ "curated_transformers" ]; 28 28 29 29 meta = with lib; { 30 30 description = "PyTorch library of curated Transformer models and their composable components";
+1 -1
pkgs/development/python-modules/mergecal/default.nix
··· 37 37 pytest-cov-stub 38 38 ]; 39 39 40 - pythonImportChecks = [ "mergecal" ]; 40 + pythonImportsCheck = [ "mergecal" ]; 41 41 42 42 meta = { 43 43 homepage = "https://mergecal.readthedocs.io/en/latest/";
+1 -1
pkgs/development/python-modules/spacy-curated-transformers/default.nix
··· 32 32 33 33 # Unit tests are hard to use, since most tests rely on downloading 34 34 # models from Hugging Face Hub. 35 - pythonImportCheck = [ "spacy_curated_transformers" ]; 35 + pythonImportsCheck = [ "spacy_curated_transformers" ]; 36 36 37 37 meta = with lib; { 38 38 description = "spaCy entry points for Curated Transformers";