Commit 5ecd7575 authored by Jason R. Coombs's avatar Jason R. Coombs

Add two tests demonstrating that requires.txt generation is deterministic. Ref #458.

parent 686895b1
......@@ -230,6 +230,20 @@ class TestEggInfo(object):
#
# expected contents of requires.txt
'''
install_requires_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