Commit c461d513 authored by Jason R. Coombs's avatar Jason R. Coombs

Add another test demonstrating that if requirements are declared in a...

Add another test demonstrating that if requirements are declared in a non-deterministic order, they may appear in the metadata in non-deterministic order. Ref #458.
parent 5ecd7575
......@@ -244,6 +244,20 @@ class TestEggInfo(object):
pytz
''',
'''
install_requires_set_deterministic
install_requires={{"fake-factory==0.5.2", "pytz"}}
[options]
install_requires =
fake-factory==0.5.2
pytz
fake-factory==0.5.2
pytz
''',
'''
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