Skip to content

Commit

Permalink
python312Packages.pylint-django: disable failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jun 9, 2024
1 parent f43fcc4 commit bea1d0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/pylint-django/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ buildPythonPackage rec {
"test_migrations_plugin"
"func_noerror_model_unicode_lambda"
"test_linter_should_be_pickleable_with_pylint_django_plugin_installed"
"func_noerror_model_fields"
"func_noerror_form_fields"
];

pythonImportsCheck = [ "pylint_django" ];
Expand Down

0 comments on commit bea1d0e

Please sign in to comment.