dev-python/sortedcontainers: Fix more import mismatches

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-01-13 09:31:48 +01:00
parent 0b8fb11d69
commit c610b7af20

View 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}"
}