Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanschnell committed Nov 11, 2015
1 parent 9e35153 commit f46c73c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2015-XX-XX 3.18.5:
2015-11-11 3.18.5:
--------------------
* fix bad menuinst exception handling, #1798
* add workaround for unresolved dependencies on Windows


2015-11-09 3.18.4:
Expand Down
4 changes: 2 additions & 2 deletions tests/test_resolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ def test_generate_eq():
(0, u'zeromq-2.2.0-1.tar.bz2'),
(1, u'zeromq-2.2.0-0.tar.bz2'),
(0, u'zlib-1.2.7-0.tar.bz2')
]
]

assert max_rhs == 1 + 2 + 3 + 2 + 1 + 1 + 2 + 2 + 3 + 11 + 5 + 1 + 20 + 2 + 1 + 4 + 1 + 1 + 1

Expand Down Expand Up @@ -1149,7 +1149,7 @@ def test_generate_eq():
(1, u'six-1.2.0-py33_0.tar.bz2'),
(1, u'system-5.8-0.tar.bz2'),
(1, u'zeromq-2.2.0-0.tar.bz2')
]
]

assert max_rhs == 1 + 2 + 3 + 2 + 1 + 1 + 2 + 2 + 3 + 11 + 5 + 1 + 20 + 2 + 1 + 4 + 1 + 1 + 1

Expand Down

0 comments on commit f46c73c

Please sign in to comment.