Allow warnings within the coverage job

This commit is contained in:
Adam Turner 2023-09-21 09:27:04 +01:00
parent 40e1ae143f
commit de6d3665ef

View File

@ -164,7 +164,6 @@ jobs:
- name: Test with pytest
run: python -m pytest -vv --cov . --cov-append --cov-config pyproject.toml
env:
PYTHONWARNINGS: "error" # treat all warnings as errors
VIRTUALENV_SYSTEM_SITE_PACKAGES: "1"
- name: codecov
uses: codecov/codecov-action@v3