Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanschnell committed Oct 8, 2015
1 parent ecd3901 commit 1db7cb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* Avoid issues with LookupErrors when updating Python in the root
environment on Windows
* Don't fetch the index from the network with conda remove
* when installing conda packages directly, "conda install <pkg>.tar.bz2",
unlink any installed package with that name (not just the installed one)


2015-09-28 3.18.1:
Expand Down
4 changes: 2 additions & 2 deletions tests/test_toposort.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ def test_python_is_prioritized(self):
"""
This test checks a special invariant related to 'python' specifically.
Python is part of a cycle (pip <--> python), which can cause it to be
installed *after* packages that need python (possibly in
installed *after* packages that need python (possibly in
post-install.sh).
A special case in toposort() breaks the cycle, to ensure that python
isn't installed too late. Here, we verify that it works.
"""
Expand Down

0 comments on commit 1db7cb4

Please sign in to comment.