Unverified Commit 9a435111 authored by éclairevoyant's avatar éclairevoyant
Browse files

treewide: replace pythonImportCheck(s) with pythonImportsCheck

parent f263f125
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ buildPythonPackage rec {

  # Unit tests are hard to use, since most tests rely on downloading
  # models from Hugging Face Hub.
  pythonImportCheck = [ "curated_transformers" ];
  pythonImportsCheck = [ "curated_transformers" ];

  meta = with lib; {
    description = "PyTorch library of curated Transformer models and their composable components";
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ buildPythonPackage rec {
    pytest-cov-stub
  ];

  pythonImportChecks = [ "mergecal" ];
  pythonImportsCheck = [ "mergecal" ];

  meta = {
    homepage = "https://mergecal.readthedocs.io/en/latest/";
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ buildPythonPackage rec {

  # Unit tests are hard to use, since most tests rely on downloading
  # models from Hugging Face Hub.
  pythonImportCheck = [ "spacy_curated_transformers" ];
  pythonImportsCheck = [ "spacy_curated_transformers" ];

  meta = with lib; {
    description = "spaCy entry points for Curated Transformers";