Skip to content

Commit

Permalink
remove unneccessary assert
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Sep 19, 2018
1 parent 1e96d1d commit 705ca6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,6 @@ def test_conda_pip_interop_compatible_release_operator(self):

output = check_output(PYTHON_BINARY + " -m pip install fs==2.1.0", cwd=prefix, shell=True)
print(output)
assert "Successfully installed fs-2.1.0" in text_type(output)
PrefixData._cache_.clear()
assert package_is_installed(prefix, "fs==2.1.0")
# six_record = next(PrefixData(prefix).query("six"))
Expand Down

0 comments on commit 705ca6a

Please sign in to comment.