Skip to content

Commit 6ca6394

Browse files
Refs #265. Drop the defusedxml tests for now
1 parent b64a394 commit 6ca6394

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
strategy:
4141
matrix:
4242
python: [2.7, 3.6, 3.7, 3.8]
43-
defusedxml: [none, 0.4.1]
4443
include:
4544
- python: 2.7
4645
image: python:2.7-slim
@@ -60,9 +59,6 @@ jobs:
6059
run: python --version
6160
- name: Install dependencies
6261
run: pip install --requirement requirements/testing.txt
63-
- name: Install defusedxml if specified
64-
if: ${{ matrix.defusedxml != 'none' }}
65-
run: pip install defusedxml==${{ matrix.defusedxml }}
6662
- name: Install PyDocX
6763
run: pip install -e .[dev] # editable install so CLI entry points are available
6864
- name: Run tests

0 commit comments

Comments
 (0)