mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-31 18:15:54 +00:00
python39Packages.fakeredis: disable failing tests
This commit is contained in:
parent
150e14c013
commit
6d94cef788
@ -41,8 +41,8 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
disabledTestPaths = [
|
disabledTestPaths = [
|
||||||
# Missing support for later pytest-asyncio, https://github.com/jamesls/fakeredis/issues/307
|
# AttributeError: 'AsyncGenerator' object has no attribute XXXX
|
||||||
"test/test_aioredis1.py"
|
"test/test_aioredis2.py"
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "fakeredis" ];
|
pythonImportsCheck = [ "fakeredis" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user