Skip to content

Commit

Permalink
unit tests changed; it's ok
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Oct 22, 2018
1 parent c7394d7 commit f39d95f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/core/test_solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ def test_conda_downgrade():
'channel-4::patchelf-0.9-hf484d3e_2',
'channel-4::tk-8.6.7-hc745277_3',
'channel-4::xz-5.2.4-h14c3975_4',
'channel-4::yaml-0.1.7-had09818_2',
'channel-4::yaml-0.1.7-h014fa73_2',
'channel-4::libedit-3.1.20170329-h6b74fdf_2',
'channel-4::readline-7.0-ha6073c6_4',
'channel-4::sqlite-3.24.0-h84994c4_0',
Expand Down Expand Up @@ -1181,7 +1181,7 @@ def test_python2_update():
'channel-4::ncurses-6.1-hf484d3e_0',
'channel-4::openssl-1.0.2p-h14c3975_0',
'channel-4::tk-8.6.7-hc745277_3',
'channel-4::yaml-0.1.7-had09818_2',
'channel-4::yaml-0.1.7-h014fa73_2',
'channel-4::zlib-1.2.11-ha838bed_2',
'channel-4::libedit-3.1.20170329-h6b74fdf_2',
'channel-4::readline-7.0-ha6073c6_4',
Expand Down Expand Up @@ -1223,7 +1223,7 @@ def test_python2_update():
'channel-4::openssl-1.0.2p-h14c3975_0',
'channel-4::tk-8.6.7-hc745277_3',
'channel-4::xz-5.2.4-h14c3975_4',
'channel-4::yaml-0.1.7-had09818_2',
'channel-4::yaml-0.1.7-h014fa73_2',
'channel-4::zlib-1.2.11-ha838bed_2',
'channel-4::libedit-3.1.20170329-h6b74fdf_2',
'channel-4::readline-7.0-ha6073c6_4',
Expand Down Expand Up @@ -1794,7 +1794,7 @@ def test_remove_with_constrained_dependencies():
'channel-4::patchelf-0.9-hf484d3e_2',
'channel-4::tk-8.6.7-hc745277_3',
'channel-4::xz-5.2.4-h14c3975_4',
'channel-4::yaml-0.1.7-had09818_2',
'channel-4::yaml-0.1.7-h014fa73_2',
'channel-4::zlib-1.2.11-ha838bed_2',
'channel-4::libedit-3.1.20170329-h6b74fdf_2',
'channel-4::readline-7.0-ha6073c6_4',
Expand Down

0 comments on commit f39d95f

Please sign in to comment.