[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/55: gnu: python-pytest-django: Update to 4.5.2.
From: |
guix-commits |
Subject: |
33/55: gnu: python-pytest-django: Update to 4.5.2. |
Date: |
Thu, 21 Sep 2023 13:31:37 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 1af18a07d32470d1472fdb8b93bef4d23874af19
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Sep 16 16:39:36 2023 +0800
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.
---
gnu/packages/django.scm | 6 +++---
1 file 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/")
- 13/55: gnu: Add python-pylsqpack., (continued)
- 13/55: gnu: Add python-pylsqpack., guix-commits, 2023/09/21
- 14/55: gnu: Add python-aioquic., guix-commits, 2023/09/21
- 19/55: gnu: Add python-dj-search-url., guix-commits, 2023/09/21
- 20/55: gnu: Add python-django-cache-url., guix-commits, 2023/09/21
- 24/55: gnu: websockify: Update to 0.11.0., guix-commits, 2023/09/21
- 26/55: gnu: python-httpx: Update to 0.24.1., guix-commits, 2023/09/21
- 25/55: gnu: websockify: Don't propagate inputs., guix-commits, 2023/09/21
- 30/55: gnu: python-deprecated: Update to 1.2.14., guix-commits, 2023/09/21
- 32/55: gnu: python-pkginfo: Update to 1.9.6., guix-commits, 2023/09/21
- 31/55: gnu: python-daemon: Update to 3.0.1., guix-commits, 2023/09/21
- 33/55: gnu: python-pytest-django: Update to 4.5.2.,
guix-commits <=
- 38/55: gnu: python-platformdirs: Update to 3.10.0., guix-commits, 2023/09/21
- 42/55: gnu: python-cmarkgfm: Update to 2022.10.27., guix-commits, 2023/09/21
- 36/55: gnu: python-django@4: Update to 4.2.5., guix-commits, 2023/09/21
- 39/55: gnu: python-distlib: Update to 0.3.7., guix-commits, 2023/09/21
- 41/55: gnu: python-cachetools: Update to 5.3.1., guix-commits, 2023/09/21
- 37/55: gnu: python-bleach: Update to 6.0.0., guix-commits, 2023/09/21
- 51/55: gnu: python-sphinxcontrib-autoprogram: Update to 0.1.8., guix-commits, 2023/09/21
- 43/55: gnu: python-websockets: Update to 11.0.3., guix-commits, 2023/09/21
- 50/55: gnu: barectf: Update to 3.1.2., guix-commits, 2023/09/21
- 53/55: gnu: python-duniterpy: Update to 1.1.1., guix-commits, 2023/09/21