lists.arthurdejong.org
RSS feed

python-pskc branch master updated. 1.3-3-gab5bea9

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-pskc branch master updated. 1.3-3-gab5bea9



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-pskc".

The branch, master has been updated
       via  ab5bea997f08db0f1736396fd9617b15df9ba403 (commit)
      from  2c50b125914bd24328046db066db3165cffe4e4e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-pskc/commit/?id=ab5bea997f08db0f1736396fd9617b15df9ba403

commit ab5bea997f08db0f1736396fd9617b15df9ba403
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Wed Jan 1 09:28:58 2025 +0100

    Stop running lxml-defusedxml combination tests
    
    Fixes 2c50b12

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]

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/test.yml | 2 +-
 tox.ini                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
python-pskc