Skip to content

Commit

Permalink
Merge pull request #117 from scipp/ignore-python-warnings-conda-build
Browse files Browse the repository at this point in the history
Disable "wanrings as errors" settings from pyproject.toml in conda build
  • Loading branch information
SimonHeybrock authored Dec 13, 2023
2 parents ec09f73 + 40b2bbc commit 6ab28e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/conda/meta.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ test:
- pyproject.toml
- tests/
commands:
- python -m pytest tests
# We ignore warnings during release package builds
- python -m pytest -Wignore tests

build:
noarch: python
Expand Down

0 comments on commit 6ab28e4

Please sign in to comment.