Skip to content

Commit

Permalink
fixup! Work around pypy38: skipped error, in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
john-kurkowski committed Aug 20, 2024
1 parent 06ccd08 commit 569ea82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,3 @@ ignore = [

[tool.ruff.lint.pydocstyle]
convention = "pep257"

[tool.uv.pip]
python-downloads = "manual"
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[tox]
envlist = py{38,39,310,311,312,py38,py39,py310},codestyle,lint,typecheck
uv_python_preference = only-system

[testenv]
commands = pytest {posargs}
Expand Down

0 comments on commit 569ea82

Please sign in to comment.