forked from mirrors/nixpkgs
python3Packages.flask-restx: fix typo (pythonImportCheck -> pythonImportsCheck)
This commit is contained in:
parent
6ec2fcefd2
commit
986862fc8f
|
@ -49,7 +49,7 @@ buildPythonPackage rec {
|
||||||
"--deselect=tests/test_logging.py::LoggingTest::test_override_app_level"
|
"--deselect=tests/test_logging.py::LoggingTest::test_override_app_level"
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportCheck = [ "flask_restx" ];
|
pythonImportsCheck = [ "flask_restx" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://flask-restx.readthedocs.io/en/${version}/";
|
homepage = "https://flask-restx.readthedocs.io/en/${version}/";
|
||||||
|
|
Loading…
Reference in a new issue