diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-08-06 12:02:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-08-06 12:03:25 +0200 |
commit | e7e5a19938c8fd06231e3decc239285a5e86cc6e (patch) | |
tree | bdf3e45c8085129ff7ab8d0eaca3864e2eaf14ec /dev-python/slixmpp | |
parent | dev-python/tinycss: Fix testing C extensions (diff) | |
download | gentoo-e7e5a19938c8fd06231e3decc239285a5e86cc6e.tar.gz gentoo-e7e5a19938c8fd06231e3decc239285a5e86cc6e.tar.bz2 gentoo-e7e5a19938c8fd06231e3decc239285a5e86cc6e.zip |
dev-python/slixmpp: Fix testing C extensions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/slixmpp')
-rw-r--r-- | dev-python/slixmpp/slixmpp-1.8.4.ebuild | 5 | ||||
-rw-r--r-- | dev-python/slixmpp/slixmpp-9999.ebuild | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/dev-python/slixmpp/slixmpp-1.8.4.ebuild b/dev-python/slixmpp/slixmpp-1.8.4.ebuild index 2a474636c9be..9e2a370ce4ef 100644 --- a/dev-python/slixmpp/slixmpp-1.8.4.ebuild +++ b/dev-python/slixmpp/slixmpp-1.8.4.ebuild @@ -36,3 +36,8 @@ RDEPEND=" " distutils_enable_tests unittest + +python_test() { + rm -rf slixmpp || die + eunittest +} diff --git a/dev-python/slixmpp/slixmpp-9999.ebuild b/dev-python/slixmpp/slixmpp-9999.ebuild index 45970b5ba9c9..4dd970318658 100644 --- a/dev-python/slixmpp/slixmpp-9999.ebuild +++ b/dev-python/slixmpp/slixmpp-9999.ebuild @@ -35,3 +35,8 @@ RDEPEND=" " distutils_enable_tests unittest + +python_test() { + rm -rf slixmpp || die + eunittest +} |