mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
189b1c4f27
commit
3f2b0e12f1
3 changed files with 11 additions and 49 deletions
|
@ -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/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue