Skip to content

Commit

Permalink
dev-python/pytest-catchlog: Fix typo
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Oct 1, 2015
1 parent 89a1b9e commit 421225b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-python/pytest-catchlog/pytest-catchlog-1.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ DEPEND="
RESTRICT=test

python_test() {
PYTHONPATH="${S}:${PYTONPATH}" \
PYTHONPATH="${S}:${PYTHONPATH}" \
py.test -v -v -x || die
}

0 comments on commit 421225b

Please sign in to comment.