commit:     493068a48f34deb7a8cf599ae358d8330c4d27fb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 15 09:14:40 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 15 09:39:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=493068a4

dev-python/github3: Strip implicit pytest-xdist use

Closes: https://bugs.gentoo.org/833380
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/github3/github3-3.1.0.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

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
+}

Reply via email to