Commit b3ec3d9 1 parent 584cc44 commit b3ec3d9 Copy full SHA for b3ec3d9
File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130
130
- name : Install tox
131
131
run : |
132
132
python3 -m pip install --upgrade pip
133
- python3 -m pip install --upgrade "tox>=4.0.0"
133
+ python3 -m pip install --upgrade "tox>=4.0.0" "tox-uv>=1.16.0" uv
134
134
135
135
- name : Log installed dists
136
136
run : python3 -m pip freeze --all
Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ repos:
162
162
- license-expression >= 30.3.0
163
163
- pytest-mock
164
164
- pytest>=7.2.2
165
+ - pip>=22.3.1
165
166
- rich>=13.2.0
166
167
- ruamel-yaml-clib>=0.2.8
167
168
- ruamel-yaml>=0.18.6
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ isolated_build = true
16
16
skip_missing_interpreters = True
17
17
requires =
18
18
tox >= 4.6.3
19
+ tox-uv >= 1.16.0
19
20
setuptools >= 65.3.0 # editable installs
20
21
21
22
[testenv]
@@ -98,6 +99,7 @@ description = Run all linters
98
99
basepython = python3.10
99
100
deps =
100
101
pre-commit>=4.0.1
102
+ pre-commit-uv>=4.1.4
101
103
setuptools>=51.1.1
102
104
pytest>=7.2.2 # to updated schemas
103
105
skip_install = true
@@ -206,6 +208,7 @@ description =
206
208
deps =
207
209
build >= 0.9.0
208
210
twine >= 4.0.1
211
+ pip
209
212
pipx
210
213
skip_install = true
211
214
# Ref: https://twitter.com/di_codes/status/1044358639081975813
You can’t perform that action at this time.
0 commit comments