summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2019-04-12 08:51:00 -0400
committerVirgil Dupras <vdupras@gentoo.org>2019-04-12 09:02:14 -0400
commit4e1edae9a4910b85104b33f7babd75e1ccdaad03 (patch)
tree268ca0e6a485640e1e521433a5ff27a1cd757ea3 /dev-python/pytest-cov/pytest-cov-2.3.1.ebuild
parentdev-python/sphinxcontrib-serializinghtml: bump to 1.1.3 (diff)
downloadgentoo-4e1edae9a4910b85104b33f7babd75e1ccdaad03.tar.gz
gentoo-4e1edae9a4910b85104b33f7babd75e1ccdaad03.tar.bz2
gentoo-4e1edae9a4910b85104b33f7babd75e1ccdaad03.zip
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@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-python/pytest-cov/pytest-cov-2.3.1.ebuild')
-rw-r--r--dev-python/pytest-cov/pytest-cov-2.3.1.ebuild4
1 files changed, 2 insertions, 2 deletions
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 f57ab12f3964..7721a751ab14 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}]
)
"