treewide: fix pythonImportsCheck typos

This commit is contained in:
Peder Bergebakken Sundt 2023-09-09 12:24:51 +02:00
parent 4a76638020
commit ac692af932
5 changed files with 6 additions and 6 deletions

View file

@ -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)";

View file

@ -24,8 +24,8 @@ buildPythonPackage rec {
# no tests
doCheck = false;
pythonImportCheck = [
"admin-datta"
pythonImportsCheck = [
"admin_datta"
];
meta = with lib; {

View file

@ -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;

View file

@ -42,7 +42,7 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportChecks = [ "ndn" ];
pythonImportsCheck = [ "ndn" ];
meta = with lib; {
description = "An NDN client library with AsyncIO support";

View file

@ -14,7 +14,7 @@ buildPythonPackage rec {
extension = "zip";
};
pythonImportChecks = [ "speg" ];
pythonImportsCheck = [ "speg" ];
# checks fail for seemingly spurious reasons
doCheck = false;