Skip to content

Commit 0581798

Browse files
committed
Tox is used as a tool, not a dependency
1 parent 109310e commit 0581798

File tree

3 files changed

+1
-74
lines changed

3 files changed

+1
-74
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
3434
- name: Run CI
3535
run: |
36-
uv run tox
36+
tox

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ dev = [
4747

4848
# Used to help with Django related debugging
4949
"django-debug-toolbar",
50-
51-
# Used to run the test suite
52-
"tox",
5350
]
5451

5552
# Production dependencies

uv.lock

Lines changed: 0 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)