From 16196e3232a00eaeb6d77b162bc93c45f252f0ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 15 Nov 2025 21:26:18 -0800 Subject: [PATCH] python3Packages.django-postgres-extra: reduce test dependencies --- .../django-postgres-extra/default.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pkgs/development/python-modules/django-postgres-extra/default.nix b/pkgs/development/python-modules/django-postgres-extra/default.nix index 2dd99612fe02..f3f3fd16ad56 100644 --- a/pkgs/development/python-modules/django-postgres-extra/default.nix +++ b/pkgs/development/python-modules/django-postgres-extra/default.nix @@ -6,21 +6,14 @@ django, python-dateutil, # test dependencies - coverage, dj-database-url, freezegun, postgresql, psycopg2, - pytest, - pytest-benchmark, - pytest-cov, pytest-django, pytest-freezegun, pytest-lazy-fixture, pytestCheckHook, - syrupy, - tox, - types-psycopg2, }: buildPythonPackage rec { pname = "django-postgres-extra"; @@ -42,21 +35,14 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ - coverage dj-database-url freezegun postgresql psycopg2 - pytest - pytest-benchmark - pytest-cov pytest-django pytest-freezegun pytest-lazy-fixture pytestCheckHook - syrupy - tox - types-psycopg2 ]; preCheck = ''