this is no longer true

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-02 12:55:24 -04:00
parent 110f88f09e
commit 77fc1cb115
+1 -1
View File
@@ -53,7 +53,7 @@ class TestPipenv():
# Ensure uninstall works.
assert 'Werkzeug' not in pipfile_output
assert 'werkzeug' in lockfile_output
assert 'werkzeug' not in lockfile_output
# Ensure dev-packages work.
assert 'pytest' in pipfile_output