mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 01:03:25 +00:00
python3Packages.factory_boy: Disable failing tests
with latest flask-sqlalchemy.
This commit is contained in:
parent
1b4b5be9ca
commit
a9125ee261
@ -39,6 +39,11 @@ buildPythonPackage rec {
|
||||
"MongoEngineTestCase"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# incompatible with latest flask-sqlalchemy
|
||||
"examples/flask_alchemy/test_demoapp.py"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"factory"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user