diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2024-06-09 12:34:55 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-07-08 04:39:51 +0000 |
| commit | 83f85a049da5cb73dc3fcb73b3ae7453127e6594 (patch) | |
| tree | 9760335717122ef1ab22bbb71bc5414990611680 /pkgs/development/python-modules | |
| parent | python312Packages.canmatrix: refactor (diff) | |
| download | nixpkgs-origin/backport-318498-to-release-24.05.tar.gz | |
python312Packages.pylint-django: disable failing testsorigin/backport-318498-to-release-24.05
(cherry picked from commit bea1d0e3c04159372da4bdaff59891cb60d209fc)
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/pylint-django/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pylint-django/default.nix b/pkgs/development/python-modules/pylint-django/default.nix index 13ddc4eabec4..cac67ca5051a 100644 --- a/pkgs/development/python-modules/pylint-django/default.nix +++ b/pkgs/development/python-modules/pylint-django/default.nix @@ -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" ]; |
