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:
parent
d3b2dd0000
commit
46a266edcf
1 changed files with 2 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue