Skip to content

Commit

Permalink
chore: move tox-uv
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug committed Apr 1, 2024
1 parent 5eb4e22 commit 4c1e7f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ dev = [
"tox-gh>=1.3.1",
"tox-pdm>=0.7.2",
"tox>=4.14.2",
"tox-uv>=1.7.0"
]
testtox = [
"pytest>=8.1.1",
"pytest-cov>=5.0.0",
"pytest-mock>=3.14.0",
"PyYAML>=6.0.1",
"tox-uv>=1.7.0",
]

[tool.ruff]
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,10 @@ deps =
[testenv:py{312, 311, 310, 39}-poetry{16, 17, 18}]
package = editable
deps =
-r requirements-tox.txt
poetry16: poetry<1.7,>=1.6
poetry17: poetry<1.8,>=1.7
poetry18: poetry<1.9,>=1.8
groups =
testtox

[gh]
python =
Expand Down

0 comments on commit 4c1e7f2

Please sign in to comment.