Skip to content

Commit

Permalink
Fix GHA PyPy3 test runs on Windows (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Mar 7, 2022
1 parent c593f7e commit ad25458
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
- ["3.9", "py39"]
- ["3.10", "py310"]
- ["pypy2", "pypy"]
- ["pypy3", "pypy3"]
- ["pypy-3.7", "pypy3"]
- ["3.9", "docs"]
- ["3.9", "coverage"]
- ["2.7", "py27-subunit"]
Expand All @@ -41,7 +41,7 @@ jobs:
- ["3.9", "py39-subunit"]
- ["3.10", "py310-subunit"]
- ["pypy2", "pypy-subunit"]
- ["pypy3", "pypy3-subunit"]
- ["pypy-3.7", "pypy3-subunit"]
exclude:
- { os: windows, config: ["3.9", "lint"] }
- { os: windows, config: ["3.9", "docs"] }
Expand Down
4 changes: 2 additions & 2 deletions .meta.toml
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
commit-id = "aef18fe5ee64014d8b1b9de21f1e0a0991be874e"
commit-id = "33148ad0239543bf03adf814688d10723062457e"

[python]
with-pypy = true
Expand Down Expand Up @@ -60,7 +60,7 @@ additional-config = [
"- [\"3.9\", \"py39-subunit\"]",
"- [\"3.10\", \"py310-subunit\"]",
"- [\"pypy2\", \"pypy-subunit\"]",
"- [\"pypy3\", \"pypy3-subunit\"]",
"- [\"pypy-3.7\", \"pypy3-subunit\"]",
]
additional-exclude = [
"- { os: windows, config: [\"pypy2\", \"pypy-subunit\"] }",
Expand Down
23 changes: 23 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,23 @@
<!--
Generated from:
https://github.com/zopefoundation/meta/tree/master/config/pure-python
-->
# Contributing to zopefoundation projects

The projects under the zopefoundation GitHub organization are open source and
welcome contributions in different forms:

* bug reports
* code improvements and bug fixes
* documentation improvements
* pull request reviews

For any changes in the repository besides trivial typo fixes you are required
to sign the contributor agreement. See
https://www.zope.dev/developer/becoming-a-committer.html for details.

Please visit our [Developer
Guidelines](https://www.zope.dev/developer/guidelines.html) if you'd like to
contribute code changes and our [guidelines for reporting
bugs](https://www.zope.dev/developer/reporting-bugs.html) if you want to file a
bug report.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,5 +1,6 @@
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
include *.md
include *.rst
include *.txt
include buildout.cfg
Expand Down

0 comments on commit ad25458

Please sign in to comment.