Skip to content

Commit c656cfe

Browse files
authored
Merge pull request #313 from maxmind/greg/eng-4265
Use uv-venv-lock-runner to respect uv.lock in tox
2 parents bcd18ab + 9af41b7 commit c656cfe

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ jobs:
2929
- name: Install Python
3030
if: matrix.env != '3.13'
3131
run: uv python install --python-preference only-managed ${{ matrix.env }}
32-
- name: Setup test suite
33-
run: tox run -vv --notest --skip-missing-interpreters false
34-
env:
35-
TOX_GH_MAJOR_MINOR: ${{ matrix.env }}
3632
- name: Run test suite
37-
run: tox run --skip-pkg-install
33+
run: tox run --skip-missing-interpreters false
3834
env:
3935
TOX_GH_MAJOR_MINOR: ${{ matrix.env }}

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ env_list = [
109109
skip_missing_interpreters = false
110110

111111
[tool.tox.env_run_base]
112+
runner = "uv-venv-lock-runner"
112113
dependency_groups = [
113114
"dev",
114115
]

0 commit comments

Comments
 (0)