Skip to content

Commit

Permalink
ci: Remove PYTHONWARNINGS: error for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 5, 2022
1 parent 8d4808c commit f2fbfd6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ jobs:
scoop install gettext
- run: pip install tox
- env:
PYTHONWARNINGS: error
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: tox
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ envlist = clean,py-sphinx{21,22,23,24,30,31,32,33,34},report
[testenv]
# https://coveralls-python.readthedocs.io/en/latest/usage/tox.html#github-actions
passenv = GITHUB_*
# Upgrade pip.
download = true
extras =
cli
test
Expand Down

0 comments on commit f2fbfd6

Please sign in to comment.