mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python39Packages.fakeredis: disable failing tests
This commit is contained in:
parent
150e14c013
commit
6d94cef788
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# Missing support for later pytest-asyncio, https://github.com/jamesls/fakeredis/issues/307
|
||||
"test/test_aioredis1.py"
|
||||
# AttributeError: 'AsyncGenerator' object has no attribute XXXX
|
||||
"test/test_aioredis2.py"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "fakeredis" ];
|
||||
|
|
Loading…
Reference in a new issue