This takes the number of failing tests with PyOxidizer from 87 to 72.
Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHG3b27ed8e324e: templater: make open_template() read from resources if in frozen binary
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
mercurial/templater.py | ||
---|---|---|
1098 | pyflakes is complaining about undefined symbols on Python 2. I'm not sure how to best handle this though. I'll leave this queued for now because it doesn't seem to be harming tests otherwise. But it may have impact for non-PyOxidizer Windows py2exe builds. |
mercurial/templater.py | ||
---|---|---|
1098 | Oops, sorry about that, I've only been running py3 tests lately. It's probably fine to simply catch the broader classes ImportError and OSError. I'll send a patch for that. |
pyflakes is complaining about undefined symbols on Python 2. I'm not sure how to best handle this though. I'll leave this queued for now because it doesn't seem to be harming tests otherwise. But it may have impact for non-PyOxidizer Windows py2exe builds.