From 569ea8232b76c4c2ecad83d4988e7bb899a2619e Mon Sep 17 00:00:00 2001 From: John Kurkowski Date: Tue, 20 Aug 2024 16:52:50 -0700 Subject: [PATCH] fixup! Work around `pypy38: skipped` error, in CI --- pyproject.toml | 3 --- tox.ini | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 81f6600..acd1981 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,6 +109,3 @@ ignore = [ [tool.ruff.lint.pydocstyle] convention = "pep257" - -[tool.uv.pip] -python-downloads = "manual" diff --git a/tox.ini b/tox.ini index 8c01554..b5c40f7 100644 --- a/tox.ini +++ b/tox.ini @@ -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}