Adapting test

This commit is contained in:
Tom de Geus 2023-03-01 17:44:23 +01:00
parent b38a5ab6e9
commit 4a3d21c702
No known key found for this signature in database
GPG key ID: C408E6AA1BBB61A1

View file

@ -58,6 +58,7 @@ dependencies: [python, pip]
)
assert ret == 0
assert os.path.basename(out.strip()) == b'conda-default'
os.remove(tmp_path.joinpath('environment.yml'))
def test_conda_additional_deps(tmp_path):