diff --git a/tests/data/reqfiles/supported_options.txt b/tests/data/reqfiles/supported_options.txt deleted file mode 100644 index de7c8ed75..000000000 --- a/tests/data/reqfiles/supported_options.txt +++ /dev/null @@ -1,2 +0,0 @@ -# requirement file containing various supported options ---no-use-wheel diff --git a/tests/unit/test_req_file.py b/tests/unit/test_req_file.py index 846d8e720..242555aae 100644 --- a/tests/unit/test_req_file.py +++ b/tests/unit/test_req_file.py @@ -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