python310Packages.stack-data: disable failing tests

This commit is contained in:
Sandro Jäckel 2022-05-06 19:37:30 +02:00
parent c2b2a9ce78
commit f0e058f1e3
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -49,8 +49,10 @@ buildPythonPackage rec {
disabledTests = [
# AssertionError
"test_variables"
"test_example"
"test_executing_style_defs"
"test_pygments_example"
"test_variables"
];
pythonImportsCheck = [ "stack_data" ];