From d9a3ac12bc6c4a9b39fe6c8d0ceb0287843be18d Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 17 May 2018 10:55:53 -0700 Subject: [PATCH] no pythonpath --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 11f83f272..2834ef9f9 100644 --- a/tox.ini +++ b/tox.ini @@ -58,7 +58,6 @@ commands = {[base]install_and_test} {[base]all_packages} python tests/lock_test.py setenv = - PYTHONPATH = {toxinidir} PYTHONHASHSEED = 0 [testenv:py27-oldest]