Commit e6b7f8d8 authored by Stephen Finucane's avatar Stephen Finucane

tests: Add regression test for #1081

This ensures we don't unknowingly change the behavior of this again.
Signed-off-by: default avatarStephen Finucane <stephen@that.guru>
Fixes: #1307
parent 91b2c138
......@@ -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