diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-12 14:38:06 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-12 14:59:22 -0400 |
commit | 3f2b0e12f1ef0cc9e13d5ae00275fee8a0fa752d (patch) | |
tree | c2ac790abebf3197ab328a96a04d5930069ab73b /gnu/packages/django.scm | |
parent | 189b1c4f27b4626e50552caac9b0f08b9fad62be (diff) | |
download | guix-3f2b0e12f1ef0cc9e13d5ae00275fee8a0fa752d.tar guix-3f2b0e12f1ef0cc9e13d5ae00275fee8a0fa752d.tar.gz |
gnu: python-pytest-xdist: Update to 2.5.0.
* gnu/packages/check.scm (python-pytest-xdist): Update to 2.5.0.
[source]: Remove obsolete snippet.
[phases]{patch-setup-py}: Delete phase.
{check}: Streamline.
[native-inputs, propagated-inputs, home-page]: Fix indentation.
(python2-pytest-xdist): Delete variable.
(python-pytest-xdist-next): Delete variable.
* gnu/packages/django.scm (python-pytest-django): Use regular
python-pytest-xdist.
* gnu/packages/python-check.scm (python-pytest-csv): Likewise, and ditto for
python-pytest.
Diffstat (limited to 'gnu/packages/django.scm')
-rw-r--r-- | gnu/packages/django.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 1161d3bc18..238af51430 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -391,9 +391,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 - ;; For tests. - python-pytest-xdist-next)) + (list python-django python-setuptools-scm python-pytest-xdist)) (propagated-inputs (list python-pytest)) (home-page "https://pytest-django.readthedocs.org/") |