Skip to content

Commit e4d11ae

Browse files
committed
fix toxini
1 parent 6622d50 commit e4d11ae

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ $ pip install tox-uv
9999

100100
```sh
101101
# Will use uv
102-
$ TOX_UV="uv" tox -e py312-test-instrumentation-aiopg
102+
$ TOX_ENV="uv" tox -e py312-test-instrumentation-aiopg
103103
```
104104

105105
### Troubleshooting

tox.ini

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,14 +1116,6 @@ commands =
11161116

11171117
coverage: {toxinidir}/scripts/coverage.sh
11181118

1119-
[testenv:uv]
1120-
deps = {[testenv]deps}
1121-
commands_pre = {[testenv]commands_pre}
1122-
commands = {[testenv]commands}
1123-
setenv =
1124-
{[testenv]setenv}
1125-
UV_CMD="uv"
1126-
11271119
[testenv:docs]
11281120
deps =
11291121
-c {toxinidir}/dev-requirements.txt

0 commit comments

Comments
 (0)