Commit b80bbad5 authored by TomaSajt's avatar TomaSajt Committed by Kerstin
Browse files

treewide: fix pythonImportsCheck typos

parent 3cb50e96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ buildPythonPackage rec {

  pytestFlagsArray = [ "tests/" ];

  pythonImportCheck = [ "granian" ];
  pythonImportsCheck = [ "granian" ];

  versionCheckProgramArg = "--version";

+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ buildPythonPackage rec {
    "test_type_alias"
  ];

  pythonImporeCheck = [ "polyfactory" ];
  pythonImportsCheck = [ "polyfactory" ];

  meta = {
    homepage = "https://polyfactory.litestar.dev/";
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    maturinBuildHook
  ];

  pythonImpotsCheck = [
  pythonImportsCheck = [
    "test_results_parser"
  ];