summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-15 10:14:40 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-15 10:39:05 +0100
commit493068a48f34deb7a8cf599ae358d8330c4d27fb (patch)
treec98a5607ec73a67db77283e311b6af3fb8187682 /dev-python/github3
parentdev-python/pygame: Require tiff support in sdl2-image (diff)
downloadgentoo-493068a48f34deb7a8cf599ae358d8330c4d27fb.tar.gz
gentoo-493068a48f34deb7a8cf599ae358d8330c4d27fb.tar.bz2
gentoo-493068a48f34deb7a8cf599ae358d8330c4d27fb.zip
dev-python/github3: Strip implicit pytest-xdist use
Closes: https://bugs.gentoo.org/833380 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/github3')
-rw-r--r--dev-python/github3/github3-3.1.0.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/github3/github3-3.1.0.ebuild b/dev-python/github3/github3-3.1.0.ebuild
index 85f08b1503d1..6a9122cb9366 100644
--- a/dev-python/github3/github3-3.1.0.ebuild
+++ b/dev-python/github3/github3-3.1.0.ebuild
@@ -34,3 +34,8 @@ BDEPEND="
)"
distutils_enable_tests pytest
+
+src_prepare() {
+ sed -i -e '/addopts/d' tox.ini || die
+ distutils-r1_src_prepare
+}