mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
treewide: fix typos of pythonImportsCheck
This commit is contained in:
parent
4cc2ade958
commit
8c74b73720
5 changed files with 5 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue