python39Packages.fakeredis: disable failing tests

This commit is contained in:
Sandro Jäckel 2021-08-27 05:55:23 +02:00 committed by Martin Weinelt
parent 150e14c013
commit 6d94cef788

View file

@ -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" ];