diff options
Diffstat (limited to 'dev-python/pytest-twisted')
| -rw-r--r-- | dev-python/pytest-twisted/pytest-twisted-1.14.1.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/pytest-twisted/pytest-twisted-1.14.1.ebuild b/dev-python/pytest-twisted/pytest-twisted-1.14.1.ebuild index f9eb91357c7c..a79bcc6cee14 100644 --- a/dev-python/pytest-twisted/pytest-twisted-1.14.1.ebuild +++ b/dev-python/pytest-twisted/pytest-twisted-1.14.1.ebuild @@ -52,5 +52,11 @@ python_test() { local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 local -x PYTEST_PLUGINS=pytest_twisted + local EPYTEST_DESELECT=( + # regression with pytest-8.2 + # https://github.com/pytest-dev/pytest-twisted/issues/176 + testing/test_basic.py::test_async_fixture_module_scope + ) + epytest -p pytester } |
