From 3f2b0e12f1ef0cc9e13d5ae00275fee8a0fa752d Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 12 Apr 2022 14:38:06 -0400 Subject: 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. --- gnu/packages/python-check.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/python-check.scm') diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 5bbe544113e..0e20d08e321 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -112,9 +112,9 @@ interfaces with pytest.") (add-installed-pythonpath inputs outputs) (invoke "pytest"))))))) (native-inputs - (list python-pytest-flake8 python-pytest-xdist-next python-tabulate)) + (list python-pytest-flake8 python-pytest-xdist python-tabulate)) (propagated-inputs - (list python-pytest-6 python-six)) + (list python-pytest python-six)) (home-page "https://github.com/nicoulaj/pytest-csv") (synopsis "CSV reporter for Pytest") (description "This package provides a plugin for Pytest that enables a -- cgit v1.3