diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-09 16:58:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-09 17:01:19 +0200 |
commit | bceaf6a5f276bc2eeefbe864c3f46b542b154923 (patch) | |
tree | 79564694ff0781da68f7e54e31c8a843b5378e12 /dev-python/appdirs | |
parent | dev-python/sortedcontainers: EAPI 8, PEP517 (diff) | |
download | gentoo-bceaf6a5f276bc2eeefbe864c3f46b542b154923.tar.gz gentoo-bceaf6a5f276bc2eeefbe864c3f46b542b154923.tar.bz2 gentoo-bceaf6a5f276bc2eeefbe864c3f46b542b154923.zip |
dev-python/appdirs: Fix running tests on first install
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/appdirs')
-rw-r--r-- | dev-python/appdirs/appdirs-1.4.4-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/appdirs/appdirs-1.4.4-r2.ebuild b/dev-python/appdirs/appdirs-1.4.4-r2.ebuild index 58b40556ec17..3f4aa961ed79 100644 --- a/dev-python/appdirs/appdirs-1.4.4-r2.ebuild +++ b/dev-python/appdirs/appdirs-1.4.4-r2.ebuild @@ -33,5 +33,5 @@ src_configure() { } python_test() { - "${PYTHON}" test/test_api.py -v || die "Tests fail with ${EPYTHON}" + "${EPYTHON}" test/test_api.py -v || die "Tests fail with ${EPYTHON}" } |