Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2025-01-01 09:28:58 +0100
committerArthur de Jong <arthur@arthurdejong.org>2025-01-01 09:29:55 +0100
commitab5bea997f08db0f1736396fd9617b15df9ba403 (patch)
treede56779e76468fd1b2017d99484c51680fa56cb6
parent2c50b125914bd24328046db066db3165cffe4e4e (diff)
Stop running lxml-defusedxml combination testsHEADmaster
Fixes 2c50b12
-rw-r--r--.github/workflows/test.yml2
-rw-r--r--tox.ini2
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 }}
diff --git a/tox.ini b/tox.ini
index 416de78..42f59d9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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]