[py-svn] pytest commit 3bfe3a961247: install dependency from pytest distribution, not prior.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Nov 8 09:20:47 CET 2010


# HG changeset patch -- Bitbucket.org
# Project pytest
# URL http://bitbucket.org/hpk42/pytest/overview
# User holger krekel <holger at merlinux.eu>
# Date 1289204534 -3600
# Node ID 3bfe3a9612475789b02d7ac6496cc3def1319760
# Parent  360498cc71f600f48b0a23e1b130c7117fd7b861
install dependency from pytest distribution, not prior.

--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,6 @@ indexserver=
 changedir=testing
 commands= py.test -rfsxX --junitxml={envlogdir}/junit-{envname}.xml []
 deps=
-    pylib
     pypi pexpect
     pypi nose



More information about the pytest-commit mailing list