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

Commit

Permalink
the clean-reinstall case isn't actually faster :(
Browse files Browse the repository at this point in the history
  • Loading branch information
bukzor committed Dec 9, 2014
1 parent d8d1d33 commit 04c572c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/functional/simple_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ def clean():
assert not venv.exists()
enable_coverage(tmpdir)

assert install_twice(tmpdir, between=clean) >= 1.2
# the clean reinstall case isn't actually faster :(
assert install_twice(tmpdir, between=clean) >= 1.0


def test_arguments_version(tmpdir, capfd):
Expand Down

0 comments on commit 04c572c

Please sign in to comment.