commit: bd947bc962961d2178b19efcd54799083b33754d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 11:31:27 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 11:59:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd947bc9
dev-python/pytest-twisted: Reenable the fixed test
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-twisted/pytest-twisted-1.14.2.ebuild | 6 ------
1 file changed, 6 deletions(-)
diff --git a/dev-python/pytest-twisted/pytest-twisted-1.14.2.ebuild
b/dev-python/pytest-twisted/pytest-twisted-1.14.2.ebuild
index 7eb7eb429338..c6585205c277 100644
--- a/dev-python/pytest-twisted/pytest-twisted-1.14.2.ebuild
+++ b/dev-python/pytest-twisted/pytest-twisted-1.14.2.ebuild
@@ -52,11 +52,5 @@ 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
}