diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-19 17:33:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-19 18:23:06 +0200 |
commit | 673142cf5b67504fdb07939537bc3e617fa49204 (patch) | |
tree | 879c0e89dcb4e9c995e8fdea6015aa0669ce44a8 /dev-python/ijson | |
parent | app-editors/emacs: add 29.0.92 (diff) | |
download | gentoo-673142cf5b67504fdb07939537bc3e617fa49204.tar.gz gentoo-673142cf5b67504fdb07939537bc3e617fa49204.tar.bz2 gentoo-673142cf5b67504fdb07939537bc3e617fa49204.zip |
dev-python/ijson: Fix running tests against C ext
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ijson')
-rw-r--r-- | dev-python/ijson/ijson-3.2.1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/ijson/ijson-3.2.1.ebuild b/dev-python/ijson/ijson-3.2.1.ebuild index e0e41874669d..f445a1279501 100644 --- a/dev-python/ijson/ijson-3.2.1.ebuild +++ b/dev-python/ijson/ijson-3.2.1.ebuild @@ -35,3 +35,8 @@ RDEPEND=" " distutils_enable_tests pytest + +python_test() { + rm -rf ijson || die + epytest +} |