From 675ada02c57bf89e7e575f5f2ca5df01650863f4 Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Wed, 22 May 2024 16:42:35 +0100 Subject: [PATCH] Remove `tox-uv` (#373) Seems to be unreliable - tests keep failing --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- .github/workflows/test.yaml | 2 +- pyproject.toml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 34ac7880..88a9d37e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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 ... diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b94fc97f..e8c96222 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 6d877f8d..b348d627 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,6 @@ optional-dependencies = {dev = [ "pytest", "ruff", "tox", - "tox-uv", "tuna", "twine", ], docs = [