summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-28 14:52:33 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-28 14:52:33 +0200
commitc36b915e46a5c80295dd59f1608b64f051f12d3c (patch)
treead38665f4daa2f00a9fd65b6a862f93de550b637 /dev-python/pytest-xdist
parentdev-python/flask-security: Bump to 3.4.4 (diff)
downloadgentoo-c36b915e46a5c80295dd59f1608b64f051f12d3c.tar.gz
gentoo-c36b915e46a5c80295dd59f1608b64f051f12d3c.tar.bz2
gentoo-c36b915e46a5c80295dd59f1608b64f051f12d3c.zip
dev-python/pytest-xdist: Remove obsolete patch in 1.34.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-xdist')
-rw-r--r--dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild
index 963bc520b04c..44044473454d 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild
@@ -33,10 +33,6 @@ BDEPEND="
)
"
-PATCHES=(
- "${FILESDIR}"/pytest-xdist-1.32.0-timeout.patch
-)
-
python_test() {
distutils_install_for_testing
pytest -vv testing || die "Tests failed under ${EPYTHON}"