commit: 4e1edae9a4910b85104b33f7babd75e1ccdaad03 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org> AuthorDate: Fri Apr 12 12:51:00 2019 +0000 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org> CommitDate: Fri Apr 12 13:02:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1edae9
dev-python/pytest-cov: relax pytest-xdist dep constraint Tests were already failing badly before, for unrelated reasons and this is the only package holding pytest-xdist back (I don't even think that it's actually needed for testing...). Also, make the Python project the maintainer of this package. chutzpah doesn't have a single commit for this package in the git log. Everybody but him touched that package. Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/pytest-cov/metadata.xml | 6 +++--- dev-python/pytest-cov/pytest-cov-2.3.1.ebuild | 4 ++-- dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild | 4 ++-- dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild | 4 ++-- dev-python/pytest-cov/pytest-cov-2.5.1.ebuild | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dev-python/pytest-cov/metadata.xml b/dev-python/pytest-cov/metadata.xml index 14ce7f07166..8dbf3c52128 100644 --- a/dev-python/pytest-cov/metadata.xml +++ b/dev-python/pytest-cov/metadata.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Patrick McLean</name> + <maintainer type="project"> + <email>[email protected]</email> + <name>Python</name> </maintainer> <upstream> <remote-id type="pypi">pytest-cov</remote-id> diff --git a/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild b/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild index f57ab12f396..7721a751ab1 100644 --- a/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild +++ b/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -35,7 +35,7 @@ DEPEND=" >=dev-python/pytest-2.8.0[${PYTHON_USEDEP}] dev-python/pytest-cache[${PYTHON_USEDEP}] ) - =dev-python/pytest-xdist-1.15.0[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] ) " diff --git a/dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild b/dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild index e0c277e0bfc..6683bf30f92 100644 --- a/dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild +++ b/dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -36,7 +36,7 @@ DEPEND=" >=dev-python/pytest-2.8.0[${PYTHON_USEDEP}] dev-python/pytest-cache[${PYTHON_USEDEP}] ) - =dev-python/pytest-xdist-1.15.0[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] ) " diff --git a/dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild b/dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild index ee73b89744d..f82d830d826 100644 --- a/dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild +++ b/dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -36,7 +36,7 @@ DEPEND=" >=dev-python/pytest-2.8.0[${PYTHON_USEDEP}] dev-python/pytest-cache[${PYTHON_USEDEP}] ) - >=dev-python/pytest-xdist-1.15.0[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] ) " diff --git a/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild b/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild index d64465eebd7..9b0b6785ecf 100644 --- a/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild +++ b/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -35,7 +35,7 @@ DEPEND=" >=dev-python/pytest-2.8.0[${PYTHON_USEDEP}] dev-python/pytest-cache[${PYTHON_USEDEP}] ) - =dev-python/pytest-xdist-1.15.0[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] ) "
