diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-12 00:36:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-12 00:36:52 +0200 |
commit | 1ce7f089811dbd3fe1fd7a7428206096432c4d62 (patch) | |
tree | 67fb2d565e427e6b1a309b30b8fc33332952d63c /dev-python/pytest-xdist | |
parent | app-crypt/sbsigntool: renamed to app-crypt/sbsigntools (diff) | |
download | gentoo-1ce7f089811dbd3fe1fd7a7428206096432c4d62.tar.gz gentoo-1ce7f089811dbd3fe1fd7a7428206096432c4d62.tar.bz2 gentoo-1ce7f089811dbd3fe1fd7a7428206096432c4d62.zip |
dev-python/pytest-xdist: Bump pytest requirement for test failures
Diffstat (limited to 'dev-python/pytest-xdist')
-rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild index bde1e5635098..6a47c7fc1e4b 100644 --- a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild @@ -18,7 +18,7 @@ IUSE="test" RDEPEND=" >=dev-python/execnet-1.1[${PYTHON_USEDEP}] - >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}] + >=dev-python/pytest-3.4.2[${PYTHON_USEDEP}] dev-python/pytest-forked[${PYTHON_USEDEP}] >=dev-python/py-1.4.22[${PYTHON_USEDEP}] " |