python3Packages.aiosignal: disable tests, until next bump

This commit is contained in:
Jonathan Ringer 2022-01-13 20:31:18 -08:00 committed by Martin Weinelt
parent 212ca43526
commit 2552044eb2

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aiosignal";
version = "1.2.0";
version = "1.2.0"; # re-enable tests after 1.2.0
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
@ -23,6 +23,8 @@ buildPythonPackage rec {
frozenlist
];
# not compatible w ith latest asyncio
doCheck = false;
checkInputs = [
pytest-asyncio
pytestCheckHook