dev-python/pytest-catchlog: Fix typo

Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-10-01 08:29:30 +02:00
parent 89a1b9e642
commit 421225bdba

View File

@@ -29,6 +29,6 @@ DEPEND="
RESTRICT=test
python_test() {
PYTHONPATH="${S}:${PYTONPATH}" \
PYTHONPATH="${S}:${PYTHONPATH}" \
py.test -v -v -x || die
}