0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python313Packages.django-extensions: disable failing test

This commit is contained in:
Martin Weinelt 2025-01-25 23:47:54 +01:00
parent d3b2dd0000
commit 46a266edcf
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -78,6 +78,8 @@ buildPythonPackage rec {
disabledTests = [
# Mismatch in expectation of exception message
"test_installed_apps_no_resolve_conflicts_function"
# pygments compat issue
"test_should_highlight_python_syntax_with_name"
];
disabledTestPaths = [