Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
fix the shebang-too-long thing, more
Browse files Browse the repository at this point in the history
  • Loading branch information
bukzor committed Jan 8, 2015
1 parent d14a87b commit be29991
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions tests/functional/simple_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ def do_nothing():
# 2014-12-22 travis py27: 10-13
# 2014-12-22 travis py34: 6-14
# 2014-12-22 travis pypy: 5.5-7.5
assert 5 < install_twice(tmpdir, between=do_nothing) < 14
# 2015-01-07 linux py27: 17-34
assert 10 < install_twice(tmpdir, between=do_nothing) < 40


@pytest.mark.flaky(reruns=2)
Expand Down Expand Up @@ -328,8 +329,9 @@ def pipe_output(read, write):
result = result.decode('US-ASCII')
uncolored = uncolor(result)
assert uncolored.startswith('> ')
# FIXME: Sometimes this is 'python -m', sometimes 'python2.7 -m'. Weird.
assert uncolored.endswith('''\
/python -m virtualenv virtualenv_run --version
-m virtualenv virtualenv_run --version
1.11.6
''')

Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ changedir =
setenv =
TOP={toxinidir}
PROJECT={[tox]project}
TMPDIR={envtmpdir}
SITEPACKAGES={envsitepackagesdir}
commands =
pip freeze
Expand Down

0 comments on commit be29991

Please sign in to comment.