python3Packages.factory_boy: Disable failing tests
with latest flask-sqlalchemy.
This commit is contained in:
@@ -39,6 +39,11 @@ buildPythonPackage rec {
|
||||
"MongoEngineTestCase"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# incompatible with latest flask-sqlalchemy
|
||||
"examples/flask_alchemy/test_demoapp.py"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"factory"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user