perone / stallion

Stallion - A Python Package Manager
Other
297 stars 26 forks source link

Fix a test failure with Jython: #38

Closed msabramo closed 12 years ago

msabramo commented 12 years ago
Traceback (most recent call last):
  File "/Users/marca/dev/git-repos/stallion/stallion/tests/test_main.py", line 25, in test_get_shared_data_instance_true
    self.assertEqual(data.keys(), ['pypi_update_cache', 'distributions'])
AssertionError: ['distributions', 'pypi_update_cache'] != ['pypi_update_cache', 'distributions']