summaryrefslogtreecommitdiff
path: root/dev-python/python-systemd/python-systemd-234-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-systemd/python-systemd-234-r2.ebuild')
-rw-r--r--dev-python/python-systemd/python-systemd-234-r2.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-python/python-systemd/python-systemd-234-r2.ebuild b/dev-python/python-systemd/python-systemd-234-r2.ebuild
index 16a7b2126f6c..7712c8df11e0 100644
--- a/dev-python/python-systemd/python-systemd-234-r2.ebuild
+++ b/dev-python/python-systemd/python-systemd-234-r2.ebuild
@@ -32,13 +32,8 @@ python_compile() {
distutils-r1_python_compile -j1
}
-src_test() {
- # prevent relative import
- rm -r systemd || die
- distutils-r1_src_test
-}
-
python_test() {
unset NOTIFY_SOCKET
+ cd "${T}" || die
epytest --pyargs systemd -o cache_dir="${T}"
}