dev-python/pytest-cov: relax pytest-xdist dep constraint
authorVirgil Dupras <vdupras@gentoo.org>
Fri, 12 Apr 2019 12:51:00 +0000 (08:51 -0400)
committerVirgil Dupras <vdupras@gentoo.org>
Fri, 12 Apr 2019 13:02:14 +0000 (09:02 -0400)
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@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

dev-python/pytest-cov/metadata.xml
dev-python/pytest-cov/pytest-cov-2.3.1.ebuild
dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild
dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild
dev-python/pytest-cov/pytest-cov-2.5.1.ebuild

index 14ce7f07166238c50be47180570e94a5a60719f8..8dbf3c52128a62e73448486ff28b514e7898e0e3 100644 (file)
@@ -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>chutzpah@gentoo.org</email>
-    <name>Patrick McLean</name>
+  <maintainer type="project">
+    <email>python@gentoo.org</email>
+    <name>Python</name>
   </maintainer>
   <upstream>
     <remote-id type="pypi">pytest-cov</remote-id>
index f57ab12f39644ee965aba955b5bd902c62bae53b..7721a751ab1475b92d6cc04e417af1c6fc0a6819 100644 (file)
@@ -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}]
        )
 "
 
index e0c277e0bfcddc46e554719d4f459c661c0e63de..6683bf30f929432af83069b435948c09c0a17a41 100644 (file)
@@ -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}]
        )
 "
 
index ee73b89744d957026aa18a1a0610b4180d2830ca..f82d830d826458df3cd0171d30f8775bea9c3fb3 100644 (file)
@@ -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}]
        )
 "
 
index d64465eebd710d74c5264ad1a37de7f11297843e..9b0b6785ecfd6bb3cb23b2c0a2320c9f23642a1e 100644 (file)
@@ -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}]
        )
 "