Skip to content

Commit

Permalink
remove anaconda solve time test
Browse files Browse the repository at this point in the history
Signed-off-by: Kale Franz <[email protected]>
  • Loading branch information
kalefranz committed Sep 4, 2018
1 parent 6680670 commit 7ebe70c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,13 +565,6 @@ def test_create_empty_env(self):
assert stderr == ''
self.assertIsInstance(stdout, str)

def test_anaconda_solve_time(self):
stdout, stderr = run_command(Commands.CREATE, "/", "-qd anaconda",
use_exception_handler=True)
assert not stderr
assert "The following NEW packages will be INSTALLED:" in stdout
assert "Dry run. Exiting." in stdout

@pytest.mark.skipif(on_win and context.subdir == "win-32", reason="conda-forge doesn't do win-32")
def test_strict_channel_priority(self):
stdout, stderr = run_command(
Expand Down

0 comments on commit 7ebe70c

Please sign in to comment.