commit: 2c49330f9b9c839d485639eb0b077915e059a5ad
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 4 08:20:00 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 7 07:50:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c49330f
dev-python/pytest-xvfb: Enable pytest-xvfb explicitly
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r2.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r2.ebuild
b/dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r2.ebuild
index c6df7830347a..b355f4bb403a 100644
--- a/dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r2.ebuild
+++ b/dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r2.ebuild
@@ -23,3 +23,7 @@ RDEPEND="
"
distutils_enable_tests pytest
+
+python_test() {
+ epytest -p xvfb
+}