diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-04 10:20:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-07 09:50:09 +0200 |
commit | 2c49330f9b9c839d485639eb0b077915e059a5ad (patch) | |
tree | fea57e43828c117dd13ef3592d922716f4819837 /dev-python/pytest-xvfb | |
parent | dev-python/pyqtgraph: Enable pytest-xvfb explicitly (diff) | |
download | gentoo-2c49330f9b9c839d485639eb0b077915e059a5ad.tar.gz gentoo-2c49330f9b9c839d485639eb0b077915e059a5ad.tar.bz2 gentoo-2c49330f9b9c839d485639eb0b077915e059a5ad.zip |
dev-python/pytest-xvfb: Enable pytest-xvfb explicitly
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-xvfb')
-rw-r--r-- | dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r2.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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 +} |