We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running the testsuite with coverage 5.0.3 yields
platform linux -- Python 3.8.1, pytest-4.6.9, py-1.8.0, pluggy-0.13.0 rootdir: .../textile-4.0.0, inifile: pytest.ini, testpaths: tests plugins: cov-2.8.1 collected 206 items [...] INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/usr/lib64/python3.8/site-packages/coverage/sqldata.py", line 1046, in execute INTERNALERROR> return self.con.execute(sql, parameters) INTERNALERROR> sqlite3.IntegrityError: UNIQUE constraint failed: meta.key [...]
According to nedbat/coveragepy#883 this can be fixed adding this to the .coveragerc file
.coveragerc
[run] parallel = True
In my tests worked.
The text was updated successfully, but these errors were encountered:
fix internal error with coverage 5. #72
f7cca82
closed by f7cca82
Sorry, something went wrong.
No branches or pull requests
Running the testsuite with coverage 5.0.3 yields
According to nedbat/coveragepy#883 this can be fixed adding this to the
.coveragerc
fileIn my tests worked.
The text was updated successfully, but these errors were encountered: