Skip to content

Commit

Permalink
pin click version in skeleton test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jan 6, 2025
1 parent 9c253dc commit 9b330a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_published_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ def test_skeleton_pypi():
"""published in docs at https://docs.conda.io/projects/conda-build/en/latest/user-guide/tutorials/build-pkgs-skeleton.html"""
conda_path = os.path.join(sys.prefix, BIN_DIRECTORY, "conda")

check_call_env([conda_path, "skeleton", "pypi", "click"])
# 8.1.7 is the last version with 'setup.py', which is required
check_call_env([conda_path, "skeleton", "pypi", "click", "--version", "8.1.7"])
check_call_env([conda_path, "build", "click"])


Expand Down

0 comments on commit 9b330a3

Please sign in to comment.