Skip to content

Commit

Permalink
tests: Add regression test for pypa#1081
Browse files Browse the repository at this point in the history
This ensures we don't unknowingly change the behavior of this again.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes: pypa#1307
  • Loading branch information
stephenfin committed Mar 26, 2018
1 parent 91b2c13 commit e6b7f8d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setuptools/tests/test_egg_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,18 @@ def parametrize(*test_list, **format_dict):
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
Expand Down

0 comments on commit e6b7f8d

Please sign in to comment.