Skip to content

Commit

Permalink
Improve c-code template:
Browse files Browse the repository at this point in the history
* show all failures
* use a recent setuptools so `setup_requires` is not ignored.
  • Loading branch information
Michael Howitz committed Sep 15, 2021
1 parent faa88a9 commit 5b60e82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/c-code/packages.txt
Expand Up @@ -11,3 +11,4 @@ Acquisition
zope.proxy
Persistence
zope.security
zope.container
1 change: 1 addition & 0 deletions config/c-code/tests-strategy.j2
@@ -1,4 +1,5 @@
strategy:
fail-fast: false
matrix:
python-version:
{% if with_legacy_python %}
Expand Down
2 changes: 1 addition & 1 deletion config/c-code/tests.yml.j2
Expand Up @@ -146,7 +146,7 @@ jobs:
{% else %}
- name: Install %(package_name)s
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
Expand Down

0 comments on commit 5b60e82

Please sign in to comment.