Update the CircleCI configuration to get the reporter working for py36

This commit is contained in:
Jean-Paul Calderone 2020-08-14 11:24:42 -04:00
parent 76e5c40fc6
commit 0a7589f0c2
No known key found for this signature in database
GPG Key ID: 86E6F8BAE797C287

View File

@ -281,6 +281,10 @@ jobs:
environment:
<<: *UTF_8_ENVIRONMENT
# The default trial args include --rterrors which is incompatible with
# this reporter on Python 3. So drop that and just specify the
# reporter.
TAHOE_LAFS_TRIAL_ARGS: "--reporter=subunitv2-file"
TAHOE_LAFS_TOX_ENVIRONMENT: "py36"