summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-03-20 19:20:01 +0100
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-03-29 17:04:12 +0200
commite9715c1f9e506735f6de15559089827000ad2058 (patch)
tree8203ed0ae943900fa54ea0cdb37c9ceb0020e0fd
parentaad72bf1c78ddfdee49adee5d81461e79ca3f8c2 (diff)
downloadsetuptools-scm-e9715c1f9e506735f6de15559089827000ad2058.tar.gz
github workflow: drop test call for legacy setuptools
-rw-r--r--.github/workflows/python-tests.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml
index c68e7de..f0029c9 100644
--- a/.github/workflows/python-tests.yml
+++ b/.github/workflows/python-tests.yml
@@ -94,19 +94,6 @@ jobs:
- run: hg version
- run: pytest
- test_legacy_setuptools:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v3
- - name: Setup python
- uses: actions/setup-python@v4
- with:
- python-version: "3.8"
- architecture: x64
- - run: pip install -e .[toml,test] pytest virtualenv
- - run: pytest --test-legacy testing/test_setuptools_support.py || true # ignore fail flaky on ci
-
-
dist_upload:
runs-on: ubuntu-latest