diff options
author | 2018-07-11 17:57:21 +0200 | |
---|---|---|
committer | 2018-07-12 00:11:18 +0200 | |
commit | 61401c1bf541b3e346072eb2997da2448b6e1231 (patch) | |
tree | dfab376ac6ebbda23420d895dfd799d0efb3bba1 /dev-python/pytest | |
parent | dev-python/pytest: Bump to 3.4.2 (diff) | |
download | gentoo-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.ebuild | 2 |
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}] |