dev-python/sortedcontainers: Fix more import mismatches
authorMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 08:31:48 +0000 (09:31 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:39:16 +0000 (10:39 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild

index 77f6cfbfd02cb3b2ff4be286a3286e6c9b094b0d..6ca512b0731a33832489f5a3e0aade4cf405b061 100644 (file)
@@ -23,6 +23,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 distutils_enable_tests pytest
 
 python_test() {
-       PYTHONPATH= \
+       local -x PYTHONPATH=.
        pytest -vv --ignore docs/conf.py || die "Tests fail with ${EPYTHON}"
 }