1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

remove duplicate test

This commit is contained in:
Marcus Smith 2015-04-18 11:56:17 -07:00
parent 49e9ac1a86
commit bed77a971a
2 changed files with 0 additions and 13 deletions

View file

@ -1,2 +0,0 @@
# requirement file containing various supported options
--no-use-wheel

View file

@ -231,17 +231,6 @@ class TestParseRequirements(object):
'tests/req_just_comment.txt', session=PipSession()):
pass
def test_req_file_parse_no_use_wheel(self, data):
"""
Test parsing --no-use-wheel from a req file
"""
finder = PackageFinder([], [], session=PipSession())
for req in parse_requirements(
data.reqfiles.join("supported_options.txt"), finder,
session=PipSession()):
pass
assert not finder.use_wheel
def test_req_file_parse_comment_start_of_line(self, tmpdir):
"""
Test parsing comments in a requirements file