Skip to content

Commit

Permalink
Fix spelling; add test clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Jan 14, 2025
1 parent 326d1a7 commit dc6c4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Silently allowing versions to be prepending with a `v` in `__init__.py`.
- Silently allowing versions to be prepended with a `v` in `__init__.py`.
This is now captured by a pre-commit hook.
- Missing Ruff formatting step in pre-commit config (#51).
- Template documentation in light of accessibility issues of some features (namely, mkdocs-material annotations and task lists, and mkdocs-jupyter codeblock highlighting) (#41).
Expand Down
1 change: 1 addition & 0 deletions tests/test_bake_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def test_bake_without_indexing_all(cookies):
{"upload_conda_package": "y", "upload_pip_package": "y"},
],
)
# Test handling conda channel with/without trailing forward slash
@pytest.mark.parametrize(
"conda_channel", ["https://packages.arup.com/conda", "https://packages.arup.com/conda/"]
)
Expand Down

0 comments on commit dc6c4fc

Please sign in to comment.