python311Packages.stack-data: disable tests

Tests require typeguard<3 and an issue has been open for half a year
with no movement.
This commit is contained in:
Martin Weinelt
2023-09-27 15:34:40 +02:00
parent 6e5d2c7e83
commit 91534a23a2
@@ -47,6 +47,10 @@ buildPythonPackage rec {
typeguard
];
# https://github.com/alexmojaki/stack_data/issues/50
# incompatible with typeguard>=3
doCheck = false;
disabledTests = [
# AssertionError
"test_example"