python3Packages.factory_boy: Disable failing tests

with latest flask-sqlalchemy.
This commit is contained in:
Martin Weinelt 2022-12-31 14:19:30 +01:00
parent 1b4b5be9ca
commit a9125ee261

View file

@ -39,6 +39,11 @@ buildPythonPackage rec {
"MongoEngineTestCase" "MongoEngineTestCase"
]; ];
disabledTestPaths = [
# incompatible with latest flask-sqlalchemy
"examples/flask_alchemy/test_demoapp.py"
];
pythonImportsCheck = [ pythonImportsCheck = [
"factory" "factory"
]; ];