We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a2a17 commit a00c561Copy full SHA for a00c561
.github/workflows/manylinux.yml
@@ -44,4 +44,4 @@ jobs:
44
/opt/python/${{ matrix.python-abi }}/bin/pip install xmlsec --only-binary=xmlsec --no-index --find-links=wheelhouse/
45
- name: Run tests
46
run: |
47
- /opt/python/${{ matrix.python-abi }}/bin/pytest -v --color=yes
+ /opt/python/${{ matrix.python-abi }}/bin/pytest -v --color=yes
requirements.txt
@@ -1 +1 @@
1
-lxml >= 3.8.0, !=4.7.0 --no-binary=lxml
+lxml >= 3.8.0, !=4.7.0
0 commit comments