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
commit 20117e607d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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}/";

View file

@ -39,7 +39,7 @@ buildPythonPackage rec {
hypothesis
];
pythonImportCheck = [
pythonImportsCheck = [
"h2.connection"
"h2.config"
];