Skip to content

Commit

Permalink
Update tests/test_api_build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed May 22, 2024
1 parent ac10c65 commit d870fed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_api_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,6 @@ def test_add_pip_as_python_dependency_from_condarc_file(
)
@pytest.mark.parametrize("debug", (False, True))
def test_conda_build_script_errors_without_conda_info_handlers(tmp_path, recipe, debug):
""
env = os.environ.copy()
if debug:
env["CONDA_VERBOSITY"] = "3"
Expand Down

0 comments on commit d870fed

Please sign in to comment.