Skip to content
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

Python 3.7 support #12

Closed
jamesjer opened this issue Jun 22, 2018 · 2 comments
Closed

Python 3.7 support #12

jamesjer opened this issue Jun 22, 2018 · 2 comments

Comments

@jamesjer
Copy link

The Fedora Linux distribution has started building packages with a prerelease of python 3.7, to catch problems early. The manuel package build fails like this:

======================================================================
FAIL: /builddir/build/BUILD/python-manuel-1.9.0/python3-manuel-1.9.0/src/manuel/README.txt:Parsing
/builddir/build/BUILD/python-manuel-1.9.0/python3-manuel-1.9.0/src/manuel/README.txt:Parsing

Traceback (most recent call last):
File "/builddir/build/BUILD/python-manuel-1.9.0/python3-manuel-1.9.0/src/manuel/testing.py", line 48, in runTest
'\n' + DIVIDER + DIVIDER.join(results))
AssertionError:

File "/builddir/build/BUILD/python-manuel-1.9.0/python3-manuel-1.9.0/src/manuel/README.txt", line 83, in README.txt
Failed example:
region.start_match
Expected:
<_sre.SRE_Match object...>
Got:
<re.Match object; span=(44, 56), match='one: 1, 2, 3'>

File "/builddir/build/BUILD/python-manuel-1.9.0/python3-manuel-1.9.0/src/manuel/README.txt", line 85, in README.txt
Failed example:
region.end_match
Expected:
<_sre.SRE_Match object...>
Got:
<re.Match object; span=(70, 84), match='three: 3, 5, 1'>

@jvalleroy
Copy link

This issue is fixed in #13. One remaining task, is to add python 3.6 and 3.7 to CI tests.

@icemac
Copy link

icemac commented Nov 15, 2018

This ticket can be closed @strichter fixed it in 22a109c.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants