python3Packages.django-postgres-extra: reduce test dependencies
This commit is contained in:
@@ -6,21 +6,14 @@
|
|||||||
django,
|
django,
|
||||||
python-dateutil,
|
python-dateutil,
|
||||||
# test dependencies
|
# test dependencies
|
||||||
coverage,
|
|
||||||
dj-database-url,
|
dj-database-url,
|
||||||
freezegun,
|
freezegun,
|
||||||
postgresql,
|
postgresql,
|
||||||
psycopg2,
|
psycopg2,
|
||||||
pytest,
|
|
||||||
pytest-benchmark,
|
|
||||||
pytest-cov,
|
|
||||||
pytest-django,
|
pytest-django,
|
||||||
pytest-freezegun,
|
pytest-freezegun,
|
||||||
pytest-lazy-fixture,
|
pytest-lazy-fixture,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
syrupy,
|
|
||||||
tox,
|
|
||||||
types-psycopg2,
|
|
||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-postgres-extra";
|
pname = "django-postgres-extra";
|
||||||
@@ -42,21 +35,14 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
coverage
|
|
||||||
dj-database-url
|
dj-database-url
|
||||||
freezegun
|
freezegun
|
||||||
postgresql
|
postgresql
|
||||||
psycopg2
|
psycopg2
|
||||||
pytest
|
|
||||||
pytest-benchmark
|
|
||||||
pytest-cov
|
|
||||||
pytest-django
|
pytest-django
|
||||||
pytest-freezegun
|
pytest-freezegun
|
||||||
pytest-lazy-fixture
|
pytest-lazy-fixture
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
syrupy
|
|
||||||
tox
|
|
||||||
types-psycopg2
|
|
||||||
];
|
];
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user