python3Packages.flask-restx: fix typo (pythonImportCheck -> pythonImportsCheck)

This commit is contained in:
Pavol Rusnak 2021-07-18 12:26:49 +02:00
parent 6ec2fcefd2
commit 986862fc8f
No known key found for this signature in database
GPG key ID: 91F3B339B9A02A3D

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