Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Commit 29e1dea

Browse files
Special treatment for pypy runs (#131)
Caused by docker-library/pypy#52
1 parent 0fc8967 commit 29e1dea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

synapse/pipeline.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,10 @@ steps:
289289
- label: ":python: PyPy3.6"
290290
soft_fail: true
291291
command:
292-
- *trial_setup
292+
# No *trial_setup due to docker-library/pypy#52
293+
- "apt-get update && apt-get install -y xmlsec1"
294+
- "pypy -m pip install tox"
295+
293296
- "tox -e pypy36,combine"
294297
env:
295298
TRIAL_FLAGS: "-j 2"

0 commit comments

Comments
 (0)