Merge pull request #130539 from prusnak/pythonImportCheck-typo
python3Packages.{flask-restx,h2}: fix typo (pythonImportCheck -> pythonImportsCheck)
This commit is contained in:
commit
20117e607d
@ -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"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user