From a17b8d175dfcce1cbc87c24f72da423a67a1c817 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Thu, 2 Sep 2021 15:50:09 +0200 Subject: add own ci job for legacy setuptools testing an skip it for normal tests --- .github/workflows/python-tests.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.github') diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index dda554f..333f5c4 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -49,6 +49,17 @@ jobs: if: matrix.os == 'ubuntu-latest' - run: pytest + test_legacy_setuptools: + runs-on: ubuntu-lates + steps: + - uses: actions/checkout@v1 + - name: Setup python + uses: actions/setup-python@v2 + with: + python-version: "3.6" + architecture: x64 + - run: pip install -e .[toml] pytest virtualenv + - run: pytest --test-legacy testing/test_setuptools_support.py check_selfinstall: runs-on: ubuntu-latest strategy: -- cgit v1.2.1