Skip to content

Commit

Permalink
MAINT: Clarify test (use the right versions)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Aug 24, 2023
1 parent 12af522 commit 5a43427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def test_conda_pip_install(tmpdir, dummy_packages):

output = env.run(
['-c', 'import asv_dummy_test_package_2 as p, sys; sys.stdout.write(p.__version__)'])
assert output.startswith(str(env._requirements['pip+asv_dummy_test_package_2']))
assert output.startswith([DUMMY2_VERSIONS[0]])


@pytest.mark.skipif((not HAS_CONDA), reason="Requires conda and conda-build")
Expand Down

0 comments on commit 5a43427

Please sign in to comment.