Merge pull request #322268 from uninsane/pr-py-imports-check

treewide: fix typos of `pythonImportsCheck`
This commit is contained in:
Weijia Wang
2024-06-25 16:20:32 +02:00
committed by GitHub
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ python3.pkgs.buildPythonApplication rec {
disabledTests = [ "test_datafile_download" ];
pythonImportCheck = [
pythonImportsCheck = [
"castero"
];
@@ -61,7 +61,7 @@ buildPythonPackage rec {
mock
];
pythonImportChecks = [ "hikari" ];
pythonImportsCheck = [ "hikari" ];
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
pycryptodome
];
pythonImportCheck = [ "pdfrw" ];
pythonImportsCheck = [ "pdfrw" ];
meta = with lib; {
description = "Pure Python library that reads and writes PDFs";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
junit-xml
];
pythonImportCheck = [ "refery" ];
pythonImportsCheck = [ "refery" ];
disabled = pythonOlder "3.10";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
pythonImportCheck = [ "requests_gssapi" ];
pythonImportsCheck = [ "requests_gssapi" ];
meta = with lib; {
description = "GSSAPI authentication handler for python-requests";