diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-15 10:14:40 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-15 10:39:05 +0100 |
commit | 493068a48f34deb7a8cf599ae358d8330c4d27fb (patch) | |
tree | c98a5607ec73a67db77283e311b6af3fb8187682 /dev-python/github3 | |
parent | dev-python/pygame: Require tiff support in sdl2-image (diff) | |
download | gentoo-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.ebuild | 5 |
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 +} |