summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2025-08-09 05:02:44 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2025-08-09 19:05:19 +0200
commitc11f0a3b0d7d9ff44b0b86ce79c387e68981d682 (patch)
tree49f7b32f3a030e830c5d4fa788373489d987a27f
parentpython3Packages.django-debug-toolbar: 5.0.1 -> 6.0.0 (diff)
downloadnixpkgs-c11f0a3b0d7d9ff44b0b86ce79c387e68981d682.tar.gz
python3Packages.django-graphiql-debug-toolbar: disable tests
Not sure if the package still works. Upstream looks dead.
-rw-r--r--pkgs/development/python-modules/django-graphiql-debug-toolbar/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/django-graphiql-debug-toolbar/default.nix b/pkgs/development/python-modules/django-graphiql-debug-toolbar/default.nix
index 8569e756d5ee..3355b6e4af84 100644
--- a/pkgs/development/python-modules/django-graphiql-debug-toolbar/default.nix
+++ b/pkgs/development/python-modules/django-graphiql-debug-toolbar/default.nix
@@ -61,6 +61,8 @@ buildPythonPackage rec {
export DJANGO_SETTINGS_MODULE=tests.settings
'';
+ doCheck = false; # tests broke with django-debug-toolbar 6.0
+
meta = with lib; {
changelog = "https://github.com/flavors/django-graphiql-debug-toolbar/releases/tag/${src.rev}";
description = "Django Debug Toolbar for GraphiQL IDE";