diff options
Diffstat (limited to 'dev-python/python-olm')
| -rw-r--r-- | dev-python/python-olm/python-olm-3.2.16.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/python-olm/python-olm-3.2.16.ebuild b/dev-python/python-olm/python-olm-3.2.16.ebuild index 63e25b6d8ab5..064986614758 100644 --- a/dev-python/python-olm/python-olm-3.2.16.ebuild +++ b/dev-python/python-olm/python-olm-3.2.16.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) # broken on pypy3 DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 inherit distutils-r1 @@ -25,6 +25,7 @@ RDEPEND=" ' 'python*') " +EPYTEST_PLUGINS=( ) EPYTEST_DESELECT=( # disable benchmarks tests/group_session_test.py::TestClass::test_encrypt |
