Merge pull request #254220 from pbsds/import-check-typos

treewide: fix pythonImportsCheck typos
This commit is contained in:
Robert Schütz
2023-09-10 00:37:21 +00:00
committed by GitHub
5 changed files with 6 additions and 6 deletions
@@ -15,7 +15,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ speg ];
pythonImportChecks = [ "cson" ];
pythonImportsCheck = [ "cson" ];
meta = with lib; {
description = "A python parser for the Coffeescript Object Notation (CSON)";
@@ -24,8 +24,8 @@ buildPythonPackage rec {
# no tests
doCheck = false;
pythonImportCheck = [
"admin-datta"
pythonImportsCheck = [
"admin_datta"
];
meta = with lib; {
@@ -24,7 +24,7 @@ buildPythonPackage rec {
asyncua
];
pythonImportChecks = [ "opcua-widgets" ];
pythonImportsCheck = [ "uawidgets" ];
#This test is broken, when updating this package check if the test was fixed.
doCheck = false;
@@ -42,7 +42,7 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportChecks = [ "ndn" ];
pythonImportsCheck = [ "ndn" ];
meta = with lib; {
description = "An NDN client library with AsyncIO support";
@@ -14,7 +14,7 @@ buildPythonPackage rec {
extension = "zip";
};
pythonImportChecks = [ "speg" ];
pythonImportsCheck = [ "speg" ];
# checks fail for seemingly spurious reasons
doCheck = false;