aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2023-09-16 16:39:36 +0800
committerMarius Bakke <marius@gnu.org>2023-09-22 01:29:19 +0800
commit1af18a07d32470d1472fdb8b93bef4d23874af19 (patch)
tree86e24e70395dd410f925e9b21407ce9390295d34
parentb8113fce0281054597f0c928317dbccf20be3baf (diff)
downloadguix-1af18a07d32470d1472fdb8b93bef4d23874af19.tar
guix-1af18a07d32470d1472fdb8b93bef4d23874af19.tar.gz
gnu: python-pytest-django: Update to 4.5.2.
* gnu/packages/django.scm (python-pytest-django): Update to 4.5.2. [native-inputs]: Remove PYTHON-DJANGO and PYTHON-PYTEST-XDIST.
-rw-r--r--gnu/packages/django.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index ad778304d6..0c70616dee 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -424,13 +424,13 @@ size and quality.")
(define-public python-pytest-django
(package
(name "python-pytest-django")
- (version "4.4.0")
+ (version "4.5.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "pytest-django" version))
(sha256
(base32
- "0mglnz0w6k7dgw1jn6giv56pmdjd6a3zwwkhxb2kyzmzk0viw5xm"))))
+ "1hp61jbnnhnjxzdrz9ni08lzrv8q7iiycnnxvcwnkhxpkdsny1yr"))))
(build-system python-build-system)
(arguments
;; The test suite is disabled because there are many test failures (see:
@@ -454,7 +454,7 @@ size and quality.")
" and not test_urls_cache_is_cleared")))
(format #t "test suite not run~%")))))))
(native-inputs
- (list python-django python-setuptools-scm python-pytest-xdist))
+ (list python-setuptools-scm))
(propagated-inputs
(list python-pytest))
(home-page "https://pytest-django.readthedocs.org/")