diff options
| author | Ionen Wolkens <ionen@gentoo.org> | 2025-07-15 02:10:32 -0400 |
|---|---|---|
| committer | Ionen Wolkens <ionen@gentoo.org> | 2025-07-18 05:11:11 -0400 |
| commit | ad0c4d3e112f496369cc42ff045bbda04c3a58d3 (patch) | |
| tree | 0076bca705a7e68f4676a147e43afc5cc879b4ff /dev-python | |
| parent | a8c46c52abe8402414de133fbfe2d1245acef4d9 (diff) | |
| download | gentoo-ad0c4d3e112f496369cc42ff045bbda04c3a58d3.tar.gz gentoo-ad0c4d3e112f496369cc42ff045bbda04c3a58d3.tar.bz2 gentoo-ad0c4d3e112f496369cc42ff045bbda04c3a58d3.zip | |
dev-python/pytest-xvfb: use PN in EPYTEST_PLUGINS
eclass now allows this without causing a self-dependency
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pytest-xvfb/pytest-xvfb-3.1.1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-python/pytest-xvfb/pytest-xvfb-3.1.1.ebuild b/dev-python/pytest-xvfb/pytest-xvfb-3.1.1.ebuild index 47f40c17d997..06bb25c5462e 100644 --- a/dev-python/pytest-xvfb/pytest-xvfb-3.1.1.ebuild +++ b/dev-python/pytest-xvfb/pytest-xvfb-3.1.1.ebuild @@ -21,10 +21,6 @@ RDEPEND=" x11-base/xorg-server[xvfb] " -EPYTEST_PLUGINS=() +EPYTEST_PLUGINS=( ${PN} ) +EPYTEST_PLUGIN_LOAD_VIA_ENV=1 distutils_enable_tests pytest - -python_test() { - local -x PYTEST_PLUGINS=pytest_xvfb - epytest -} |
