summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-06-09 12:34:55 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-07-08 04:39:51 +0000
commit83f85a049da5cb73dc3fcb73b3ae7453127e6594 (patch)
tree9760335717122ef1ab22bbb71bc5414990611680
parentpython312Packages.canmatrix: refactor (diff)
downloadnixpkgs-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)
-rw-r--r--pkgs/development/python-modules/pylint-django/default.nix2
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" ];