summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_egg_info.py
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-03-26 12:03:08 +0100
committerStephen Finucane <stephen@that.guru>2018-03-26 12:03:08 +0100
commite6b7f8d868b2f3fd5ac2015055e5414f489d418b (patch)
tree9aa8dccbb0f90985320abb03900d494d2da13d74 /setuptools/tests/test_egg_info.py
parent91b2c138c6ec84b55e77d8658bcbe91e28205818 (diff)
downloadpython-setuptools-git-e6b7f8d868b2f3fd5ac2015055e5414f489d418b.tar.gz
tests: Add regression test for #1081
This ensures we don't unknowingly change the behavior of this again. Signed-off-by: Stephen Finucane <stephen@that.guru> Fixes: #1307
Diffstat (limited to 'setuptools/tests/test_egg_info.py')
-rw-r--r--setuptools/tests/test_egg_info.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/setuptools/tests/test_egg_info.py b/setuptools/tests/test_egg_info.py
index d2211671..2a070deb 100644
--- a/setuptools/tests/test_egg_info.py
+++ b/setuptools/tests/test_egg_info.py
@@ -245,6 +245,18 @@ class TestEggInfo(object):
''',
'''
+ 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
install_requires=["barbazquux;{mismatch_marker}"],