treewide: fix typos of pythonImportsCheck

This commit is contained in:
Colin 2024-06-24 21:15:57 +00:00
parent 4cc2ade958
commit 8c74b73720
5 changed files with 5 additions and 5 deletions

View file

@ -40,7 +40,7 @@ python3.pkgs.buildPythonApplication rec {
disabledTests = [ "test_datafile_download" ];
pythonImportCheck = [
pythonImportsCheck = [
"castero"
];

View file

@ -61,7 +61,7 @@ buildPythonPackage rec {
mock
];
pythonImportChecks = [ "hikari" ];
pythonImportsCheck = [ "hikari" ];
disabled = pythonOlder "3.7";

View file

@ -26,7 +26,7 @@ buildPythonPackage rec {
pycryptodome
];
pythonImportCheck = [ "pdfrw" ];
pythonImportsCheck = [ "pdfrw" ];
meta = with lib; {
description = "Pure Python library that reads and writes PDFs";

View file

@ -27,7 +27,7 @@ buildPythonPackage rec {
junit-xml
];
pythonImportCheck = [ "refery" ];
pythonImportsCheck = [ "refery" ];
disabled = pythonOlder "3.10";

View file

@ -30,7 +30,7 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
pythonImportCheck = [ "requests_gssapi" ];
pythonImportsCheck = [ "requests_gssapi" ];
meta = with lib; {
description = "GSSAPI authentication handler for python-requests";