diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2025-01-01 09:28:58 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2025-01-01 09:29:55 +0100 |
commit | ab5bea997f08db0f1736396fd9617b15df9ba403 (patch) | |
tree | de56779e76468fd1b2017d99484c51680fa56cb6 | |
parent | 2c50b125914bd24328046db066db3165cffe4e4e (diff) |
Fixes 2c50b12
-rw-r--r-- | .github/workflows/test.yml | 2 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a4b982c..7228a59 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: fail-fast: false matrix: python-version: [3.11] - flavour: [legacy, legacy-defusedxml, lxml, lxml-defusedxml] + flavour: [legacy, legacy-defusedxml, lxml] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -1,5 +1,5 @@ [tox] -envlist = py{36,37,38,39,310,312,py,py3}-signxml,py{36,37,38,39,310,311,312,py3}{-legacy,-lxml}{,-defusedxml},flake8,docs,codespell +envlist = py{36,37,38,39,310,312,py,py3}-signxml,py{36,37,38,39,310,311,312,py3}{-legacy,-legacy-defusedxml,-lxml},flake8,docs,codespell skip_missing_interpreters = true [testenv] |