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 f55ce683ce
commit 741ee2ac7c

View File

@ -40,6 +40,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTestPaths = [
# AttributeError: 'AsyncGenerator' object has no attribute XXXX
"test/test_aioredis2.py"
];
pythonImportsCheck = [ "fakeredis" ];
meta = with lib; {