Commit 7d56dc12 authored by Paul Ganssle's avatar Paul Ganssle Committed by GitHub

Merge pull request #1308 from stephenfin/issue/1307

tests: Add regression test for #1081
parents 91b2c138 e6b7f8d8
......@@ -244,6 +244,18 @@ class TestEggInfo(object):
pytz
''',
'''
install_requires_ordered
install_requires=["fake-factory>=1.12.3,!=2.0"]
[options]
install_requires =
fake-factory>=1.12.3,!=2.0
fake-factory!=2.0,>=1.12.3
''',
'''
install_requires_with_marker
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment