Skip to content

Commit

Permalink
address warning
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Dec 9, 2023
1 parent cefa60f commit d706ae2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
with:
python-version: 3.8
python-version: 3.10
- uses: pre-commit/[email protected]

tests:
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ addopts = [
testpaths = ["tests/"]
filterwarnings = [
"error",
# https://github.com/dateutil/dateutil/issues/1314
"module:datetime.datetime.utc:DeprecationWarning"
]

[tool.repo-review]
Expand Down

0 comments on commit d706ae2

Please sign in to comment.