Skip to content

Commit

Permalink
Avoid problematic tox 4.0 and 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jan 6, 2023
1 parent 3bcf001 commit 83652bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ mamba_task:
name: test (Linux - mambaforge)
container: {image: "condaforge/mambaforge"}
install_script: # Overwrite template
- mamba install -y pip tox pipx
- mamba install -y pip pipx 'tox!=4.0.*,!=4.1.*'
<<: *test-template

macos_task:
Expand Down
2 changes: 1 addition & 1 deletion src/pyscaffold/templates/cirrus.template
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ mamba_task:
name: test (Linux - mambaforge)
container: {image: "condaforge/mambaforge"}
install_script: # Overwrite template
- mamba install -y pip tox pipx
- mamba install -y pip pipx 'tox!=4.0.*,!=4.1.*'
<<: *test-template

macos_task:
Expand Down
2 changes: 1 addition & 1 deletion src/pyscaffold/templates/gitlab_ci.template
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ mamba:
stage: test
image: "condaforge/mambaforge"
before_script:
- mamba install -y pip tox pipx
- mamba install -y pip pipx 'tox!=4.0.*,!=4.1.*'
<<: *test_script

upload-coverage:
Expand Down

0 comments on commit 83652bf

Please sign in to comment.