Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin `coverage` version in CI. #1505

Merged
merged 1 commit into from Dec 16, 2019
Merged

Pin `coverage` version in CI. #1505

merged 1 commit into from Dec 16, 2019

Conversation

@benclifford
Copy link
Contributor

benclifford commented Dec 16, 2019

Coverage 5.0.0 just appeared which appears to not work with pytest
properly. This patch pins coverage to 4.5.4 which is a version
which has worked successfully previously.

Coverage 5.0.0 + pytest fails with:

INTERNALERROR> coverage.misc.CoverageException: Couldn't use data file '/home/travis/build/Parsl/parsl/.coverage': UNIQUE constraint failed: meta.key

when run when no .coverage file exists. Subsequent runs do not raise
this error.

Coverage 5.0.0 just appeared which appears to not work with pytest
properly. This patch pins coverage to 4.5.4 which is a version
which has worked successfully previously.

Coverage 5.0.0 + pytest fails with:

INTERNALERROR> coverage.misc.CoverageException: Couldn't use data file '/home/travis/build/Parsl/parsl/.coverage': UNIQUE constraint failed: meta.key

when run when no .coverage file exists. Subsequent runs do not raise
this error.
@benclifford benclifford requested review from yadudoc and annawoodard Dec 16, 2019
@benclifford benclifford merged commit 4cc9b94 into master Dec 16, 2019
1 check passed
1 check passed
Travis CI - Pull Request Build Passed
Details
@benclifford benclifford deleted the benc-pin-coverage branch Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants
You can’t perform that action at this time.