Merge pull request #106536 from marsam/fix-flask-restx-build

python3Packages.flask-restx: fix build
This commit is contained in:
Mario Rodas 2020-12-10 06:12:15 -05:00 committed by GitHub
commit 98695643c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,7 @@ buildPythonPackage rec {
"--benchmark-disable"
"--deselect=tests/test_inputs.py::URLTest::test_check"
"--deselect=tests/test_inputs.py::EmailTest::test_valid_value_check"
"--deselect=tests/test_logging.py::LoggingTest::test_override_app_level"
];
meta = with lib; {