diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-23 12:03:58 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-23 12:03:58 -0500 |
commit | 5d3c86eb36dfdf972a1d3c8d69cf8be2050eb99c (patch) | |
tree | c00e51a6fb751c5fe7ead205b323b51577157523 /tox.ini | |
parent | e607c2c2e887b3a1140f82bdcb61b6389d183dcd (diff) | |
download | cherrypy-git-5d3c86eb36dfdf972a1d3c8d69cf8be2050eb99c.tar.gz |
Disable WEBTEST_INTERACTIVE as it only causes problems.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -2,8 +2,11 @@ envlist = python [testenv] -usedevelop=True +usedevelop = True deps = -rcherrypy/test/requirements.txt commands = - pytest + pytest {posargs} +passenv = WEBTEST_INTERACTIVE +setenv = + WEBTEST_INTERACTIVE=false |