summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-11 17:57:21 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-12 00:11:18 +0200
commit61401c1bf541b3e346072eb2997da2448b6e1231 (patch)
treedfab376ac6ebbda23420d895dfd799d0efb3bba1 /dev-python/pytest
parentdev-python/pytest: Bump to 3.4.2 (diff)
downloadgentoo-61401c1bf541b3e346072eb2997da2448b6e1231.tar.gz
gentoo-61401c1bf541b3e346072eb2997da2448b6e1231.tar.bz2
gentoo-61401c1bf541b3e346072eb2997da2448b6e1231.zip
dev-python/pytest: Raise pytest-xdist requirement
Raise required dev-python/pytest-xdist version to fix tests.
Diffstat (limited to 'dev-python/pytest')
-rw-r--r--dev-python/pytest/pytest-3.4.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest/pytest-3.4.2.ebuild b/dev-python/pytest/pytest-3.4.2.ebuild
index d9b4a24f1a25..1f02558ba400 100644
--- a/dev-python/pytest/pytest-3.4.2.ebuild
+++ b/dev-python/pytest/pytest-3.4.2.ebuild
@@ -34,7 +34,7 @@ DEPEND="${COMMON_DEPEND}
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
>=dev-python/hypothesis-3.5.2[${PYTHON_USEDEP}]
- >dev-python/pytest-xdist-1.13[${PYTHON_USEDEP}]
+ >=dev-python/pytest-xdist-1.22.2[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]