treewide: fix pythonImportsCheck typos

This commit is contained in:
TomaSajt
2025-05-18 15:44:53 +02:00
committed by Kerstin
parent 3cb50e96cf
commit b80bbad53f
4 changed files with 4 additions and 4 deletions
@@ -39,7 +39,7 @@ buildPythonPackage rec {
flask-sqlalchemy-lite
];
pythonImportChecks = [ "flask_alembic" ];
pythonImportsCheck = [ "flask_alembic" ];
meta = with lib; {
# https://github.com/pallets-eco/flask-alembic/issues/47
@@ -71,7 +71,7 @@ buildPythonPackage rec {
pytestFlagsArray = [ "tests/" ];
pythonImportCheck = [ "granian" ];
pythonImportsCheck = [ "granian" ];
versionCheckProgramArg = "--version";
@@ -53,7 +53,7 @@ buildPythonPackage rec {
"test_type_alias"
];
pythonImporeCheck = [ "polyfactory" ];
pythonImportsCheck = [ "polyfactory" ];
meta = {
homepage = "https://polyfactory.litestar.dev/";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
maturinBuildHook
];
pythonImpotsCheck = [
pythonImportsCheck = [
"test_results_parser"
];