diff options
Diffstat (limited to 'dev-python/python-jose/python-jose-3.5.0.ebuild')
| -rw-r--r-- | dev-python/python-jose/python-jose-3.5.0.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/python-jose/python-jose-3.5.0.ebuild b/dev-python/python-jose/python-jose-3.5.0.ebuild index 9cd611f450fe..44309dc81772 100644 --- a/dev-python/python-jose/python-jose-3.5.0.ebuild +++ b/dev-python/python-jose/python-jose-3.5.0.ebuild @@ -33,9 +33,14 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] " +EPYTEST_PLUGINS=() distutils_enable_tests pytest distutils_enable_sphinx docs +PATCHES=( + "${FILESDIR}"/python-jose-3.5.0-test-failure.patch +) + python_prepare_all() { distutils-r1_python_prepare_all @@ -44,6 +49,6 @@ python_prepare_all() { } python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + # bug #723616 epytest -o addopts= } |
