Disable coverage on pypy, in the hopes of making it less flaky.

This commit is contained in:
Itamar Turner-Trauring 2020-09-04 12:05:31 -04:00
parent f38bf07739
commit 38f5a9c5a3
2 changed files with 2 additions and 1 deletions

View File

@ -211,7 +211,8 @@ jobs:
environment:
<<: *UTF_8_ENVIRONMENT
TAHOE_LAFS_TOX_ENVIRONMENT: "pypy27-coverage"
# We don't do coverage since it makes PyPy far too slow:
TAHOE_LAFS_TOX_ENVIRONMENT: "pypy27"
c-locale:

0
newsfragments/3401.minor Normal file
View File