Skip to content

Commit

Permalink
Remove tox-uv (#373)
Browse files Browse the repository at this point in the history
Seems to be unreliable - tests keep failing
  • Loading branch information
paddyroddy authored May 22, 2024
1 parent 76e05cc commit 675ada0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body:
description: >-
A minimal working example of code to reproduce the unexpected behaviour,
this will render as `Python` code so no need for backticks.
value: |-
value: >-
import sleplet
...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- "3.11"
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/tox@f8793becd1b97caa5b40ebc7556b21d9a272d700 # v0
- uses: paddyroddy/.github/actions/python/tox@b82344013365a1fa055c7df15a59a0dc56d3e23c # v0
with:
cache-path: |-
.tox
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ optional-dependencies = {dev = [
"pytest",
"ruff",
"tox",
"tox-uv",
"tuna",
"twine",
], docs = [
Expand Down

0 comments on commit 675ada0

Please sign in to comment.