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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user