Skip to content

Commit

Permalink
fix test_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pczajka committed Mar 21, 2024
1 parent f4d9af3 commit 9dc22a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def test_pip_fail_message(mock_installer, correct_requirements_txt, caplog):
anaconda=AnacondaChannel([]),
file_name=correct_requirements_txt,
perform_anaconda_check_for_dependencies=True,
allow_native_libraries=PypiOption.YES,
allow_shared_libraries=PypiOption.YES,
)

assert "pip failed with return code 42" in caplog.text
Expand Down

0 comments on commit 9dc22a5

Please sign in to comment.