summaryrefslogtreecommitdiff
path: root/gnu/packages/django.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-02-01 10:37:31 +0100
committerMarius Bakke <mbakke@fastmail.com>2018-02-01 11:09:16 +0100
commitc8ccf7c5c8bbd5e1ed09d39179d2e760a9f20d50 (patch)
tree4c84dd04df39d7090d8d30f857b8198c324aec3c /gnu/packages/django.scm
parent40899635cd5d263155cd35ff53dde9d5fa7e5a98 (diff)
downloadguix-patches-c8ccf7c5c8bbd5e1ed09d39179d2e760a9f20d50.tar
guix-patches-c8ccf7c5c8bbd5e1ed09d39179d2e760a9f20d50.tar.gz
gnu: pootle: Don't require python-pytest-warnings.
* gnu/packages/django.scm (pootle)[native-inputs]: Replace PYTHON2-PYTEST-WARNINGS with PYTHON2-PYTEST.
Diffstat (limited to 'gnu/packages/django.scm')
-rw-r--r--gnu/packages/django.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 936c15d2f7..b653ac8e08 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -707,7 +707,7 @@ static files.")
("stemming" ,python2-stemming)
("translate-toolkit" ,python2-translate-toolkit)))
(native-inputs
- `(("python2-pytest-warnings" ,python2-pytest-warnings)
+ `(("python2-pytest" ,python2-pytest)
("python2-pytest-django" ,python2-pytest-django)
("python2-pytest-catchlog" ,python2-pytest-catchlog)
("python2-pytest-cov" ,python2-pytest-cov)