This commit is contained in:
Gregory Becker 2023-05-15 18:02:11 -07:00
parent bfb72c7fd6
commit 5d0bb647a3

View File

@ -295,7 +295,7 @@ def test_env_install_same_spec_twice(install_mockery, mock_fetch):
# The second installation reports all packages already installed
out = install("cmake-client")
assert "Executing phase" not in output
assert "Executing phase" not in out
def test_env_definition_symlink(install_mockery, mock_fetch, tmpdir):