-
Notifications
You must be signed in to change notification settings - Fork 193
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 test not running #80
Comments
Hmm. I had a hunch this was happening. Looking at more complicated python+travis+tox setups, it looks like you have to pass in more things: And then not matrix on Do you feel comfortable making a PR to fix? |
i will put a pr in. |
Hi guys, is anyone working on this issue? [1]http://www.openstack.org/ |
Hi @jofusa , are you still planning to work on the PR you mentioned in comment? |
Patch Set 3: Along with the py3 concerns, this bug is still open "Python 3 test not running": thefactory/marathon-python#80 Patch-set: 3 Reviewer: Gerrit User 11805 <11805@4a232e18-c5a9-48ee-94c0-e04e7cca6543> Label: Verified=0
Patch Set 3: Thanks folks! I already left some comments on thefactory/marathon-python#80 to ask the maintainers of marathon-python to help on the python 3 issue. Still waiting for their response. Patch-set: 3
Patch Set 3: Workflow-1 Wait for the py3 issue in marathon-python to be fixed: thefactory/marathon-python#80 Patch-set: 3 Reviewer: Gerrit User 13248 <13248@4a232e18-c5a9-48ee-94c0-e04e7cca6543> Label: Workflow=-1
Patch Set 4: Hi all, the python3 issue[1] in marathon-python has been fixed, and the change has been included in version 0.8.6, see [2]. Please help to review, thanks! [1]thefactory/marathon-python#80 [2]https://github.com/thefactory/marathon-python/blob/master/CHANGELOG.md Patch-set: 4
I don't think the .travis.yml is setup correctly to run python3 tests. I am hitting some python3 errors.
py27 and py34 are declared as dependencies and travis is correctly but the tox.ini is hard coding py2.7
Here is the log from the last stable travis run:
This is the issue i think: https://github.com/thefactory/marathon-python/blob/master/tox.ini#L9
The text was updated successfully, but these errors were encountered: