python312Packages.glyphsets: disable failing test

This commit is contained in:
Fabian Affolter
2024-10-18 22:48:06 +02:00
parent 26239229cd
commit 67a2c69f1e
@@ -58,6 +58,8 @@ buildPythonPackage rec {
disabledTests = [
# This "test" just tries to connect to PyPI and look for newer releases. Not needed.
"test_dependencies"
# AssertionError
"test_definitions"
];
meta = with lib; {