Merge pull request #130539 from prusnak/pythonImportCheck-typo

python3Packages.{flask-restx,h2}: fix typo (pythonImportCheck -> pythonImportsCheck)
This commit is contained in:
Robert Scott
2021-07-18 15:00:05 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -49,7 +49,7 @@ buildPythonPackage rec {
"--deselect=tests/test_logging.py::LoggingTest::test_override_app_level"
];
pythonImportCheck = [ "flask_restx" ];
pythonImportsCheck = [ "flask_restx" ];
meta = with lib; {
homepage = "https://flask-restx.readthedocs.io/en/${version}/";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
hypothesis
];
pythonImportCheck = [
pythonImportsCheck = [
"h2.connection"
"h2.config"
];