diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-11 18:21:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-12 00:11:18 +0200 |
commit | 58a83eee483ae34004de0e4e7c06b6fb269a4c29 (patch) | |
tree | 1a07b15fb564116433561de2c2e483cfafe2dcc9 /dev-python/pytest | |
parent | dev-python/pytest: Raise pytest-xdist requirement (diff) | |
download | gentoo-58a83eee483ae34004de0e4e7c06b6fb269a4c29.tar.gz gentoo-58a83eee483ae34004de0e4e7c06b6fb269a4c29.tar.bz2 gentoo-58a83eee483ae34004de0e4e7c06b6fb269a4c29.zip |
dev-python/pytest: Disable broken test_wrapped_getfuncargnames*
Thanks to sbraz for finding the upstream commit.
Diffstat (limited to 'dev-python/pytest')
-rw-r--r-- | dev-python/pytest/pytest-3.4.2.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/pytest/pytest-3.4.2.ebuild b/dev-python/pytest/pytest-3.4.2.ebuild index 1f02558ba400..335e6ee56472 100644 --- a/dev-python/pytest/pytest-3.4.2.ebuild +++ b/dev-python/pytest/pytest-3.4.2.ebuild @@ -55,6 +55,11 @@ python_prepare_all() { # https://bugs.gentoo.org/598442 rm testing/test_pdb.py || die + # broken and disabled upstream + # https://github.com/pytest-dev/pytest/commit/321f66f71148c978c1bf45dace61886b5e263bd4 + sed -i -e 's:test_wrapped_getfuncargnames_patching:_&:' \ + testing/python/integration.py || die + distutils-r1_python_prepare_all } |