-
-
Notifications
You must be signed in to change notification settings - Fork 447
XML Report Chunk Error #359
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
Comments
@JustinWP Can you provide me a reproducible test case? Even if it's a repo with your project, or a zip file with your code in it? I've never seen that error before, and I don't understand what the XML report would be doing that the HTML report would not. |
Thanks, I can reproduce the issue with this repo. It's because of gfsad/utils/countries.py, which is an unusual file :) |
Fixed in 92bf73c89a4b (bb) |
Issue #368 was marked as a duplicate of this issue. |
Original comment by Derek Miller (Bitbucket: 20miller10, GitHub: Unknown) I am still seeing this error even in your 4.0a5 branch (which is the version that has the fix based on the commit above). Any thoughts as to why this would be? |
4.0a5 was released on 16 Feb, the day before this fix. |
Original comment by Derek Miller (Bitbucket: 20miller10, GitHub: Unknown) Ahh. Ok thanks for the quick reply. I will keep an eye out for the next release. |
BTW: countries.py has changed, but this is the version that caused the crash: https://github.com/justinwp/croplands/blob/83874e8efd532d2efe324231ec8875377cd9759a/gfsad/utils/countries.py |
We seem to be running into a coverage issue [1] in 4.0. This patch raises the lower bound of coverage to 4.1 to get the lower-constraints target to pass again. [1] nedbat/coveragepy#359 Change-Id: Ieddef753b4ee3e9b6d246168ed17c5c99e084564
* Update python-barbicanclient from branch 'master' - Fix lower-constraints tox target We seem to be running into a coverage issue [1] in 4.0. This patch raises the lower bound of coverage to 4.1 to get the lower-constraints target to pass again. [1] nedbat/coveragepy#359 Change-Id: Ieddef753b4ee3e9b6d246168ed17c5c99e084564
We seem to be running into a coverage issue [1] in 4.0. This patch raises the lower bound of coverage to 4.1 to get the lower-constraints target to pass again. [1] nedbat/coveragepy#359 Change-Id: Ieddef753b4ee3e9b6d246168ed17c5c99e084564
We seem to be running into a coverage issue [1] in 4.0. This patch raises the lower bound of coverage to 4.1 to get the lower-constraints target to pass again. Update sphinx requirements to match global-requirements. [1] nedbat/coveragepy#359 Change-Id: Ieddef753b4ee3e9b6d246168ed17c5c99e084564 (cherry picked from commit 79f387f)
We seem to be running into a coverage issue [1] in 4.0. This patch raises the lower bound of coverage to 4.1 to get the lower-constraints target to pass again. [1] nedbat/coveragepy#359 Change-Id: Ieddef753b4ee3e9b6d246168ed17c5c99e084564
Originally reported by Justin Poehnelt (Bitbucket: justinwp, GitHub: justinwp)
Here is what I am running...
Those two work just fine and results are as expected. But when I run:
I get the following:
The text was updated successfully, but these errors were encountered: