Merge pull request #130539 from prusnak/pythonImportCheck-typo

python3Packages.{flask-restx,h2}: fix typo (pythonImportCheck -> pythonImportsCheck)

authored by

Robert Scott and committed by
GitHub
20117e60 64c4e4bc

+2 -2
+1 -1
pkgs/development/python-modules/flask-restx/default.nix
··· 49 "--deselect=tests/test_logging.py::LoggingTest::test_override_app_level" 50 ]; 51 52 - pythonImportCheck = [ "flask_restx" ]; 53 54 meta = with lib; { 55 homepage = "https://flask-restx.readthedocs.io/en/${version}/";
··· 49 "--deselect=tests/test_logging.py::LoggingTest::test_override_app_level" 50 ]; 51 52 + pythonImportsCheck = [ "flask_restx" ]; 53 54 meta = with lib; { 55 homepage = "https://flask-restx.readthedocs.io/en/${version}/";
+1 -1
pkgs/development/python-modules/h2/default.nix
··· 39 hypothesis 40 ]; 41 42 - pythonImportCheck = [ 43 "h2.connection" 44 "h2.config" 45 ];
··· 39 hypothesis 40 ]; 41 42 + pythonImportsCheck = [ 43 "h2.connection" 44 "h2.config" 45 ];