summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2021-09-15 14:05:56 +0200
committerMichael Howitz <mh@gocept.com>2021-09-15 14:05:56 +0200
commit4191c823c471849079ee1254e5d79251bf75e1df (patch)
tree16513b971cf65005d54f9b9978e2d270ba46541c /.github
parent31dc25752f7eeacf128299f721b9d0f488732cc7 (diff)
downloadzope-security-4191c823c471849079ee1254e5d79251bf75e1df.tar.gz
Configuring for c-code
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 3422aa2..ea9d246 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -92,6 +92,7 @@ jobs:
# with `test`, and `docs` must use a subset.
runs-on: ${{ matrix.os }}
strategy:
+ fail-fast: false
matrix:
python-version:
- 2.7
@@ -177,6 +178,7 @@ jobs:
needs: build-package
runs-on: ${{ matrix.os }}
strategy:
+ fail-fast: false
matrix:
python-version:
- 2.7
@@ -229,7 +231,7 @@ jobs:
path: dist/
- name: Install zope.security
run: |
- pip install -U wheel
+ pip install -U wheel setuptools
pip install -U coverage coverage-python-version
pip install -U 'faulthandler; python_version == "2.7" and platform_python_implementation == "CPython"'
# Unzip into src/ so that testrunner can find the .so files
@@ -309,8 +311,6 @@ jobs:
pip install -U wheel
pip install -U coverage
pip install -U "`ls dist/zope.security-*.whl`[docs]"
- # Until repoze.sphinx.autointerface supports Sphinx 4.x we cannot use it:
- pip install -U "Sphinx < 4"
- name: Build docs
env:
ZOPE_INTERFACE_STRICT_IRO: 1