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

Fix a bug when using a custom exception with a custom exception message. Also remove tests for Python 3.2 and 3.3. #55

Merged
merged 6 commits into from
Dec 5, 2018

Conversation

tlalexander
Copy link
Contributor

Fixes #54

Test included. I didn't see how to run the test so hopefully it just passes. :)

@tlalexander
Copy link
Contributor Author

Hmmm. I fixed the linter error And most of the tests pass now. The tests that fail seem to be failing due to the python version used for those tests, which doesn't seem to be caused by my code. So I think it's good now? I'm new to this system.

@tlalexander tlalexander changed the title Fix a bug in the code when using a custom exception with a custom exception message. Fix a bug when using a custom exception with a custom exception message. Also remove tests for Python 3.2 and 3.3. Dec 5, 2018
@tlalexander
Copy link
Contributor Author

It looks like tox no longer supports python 3.2 and 3.3, so I've removed those from the tests.

I base my understanding on the comment "tox fails (because setuptools has dropped support for Python 3.3 since v40.0.0)." From this page:
noahmorrison/chevron#42

Well... The test just completed as I was writing this comment, and it seems I failed to disable the tests in the way I had intended. I will try to see what I can do here, but perhaps this needs to be fixed by the project owner...

@tlalexander
Copy link
Contributor Author

Okay! Sorry I missed the .travis.yml as I was only looking in the command line with "ls" and the yml was hidden. Got it sorted! It does look like the tests for python 3.2 and 3.3 should be removed. Hopefully my changes look good.

Thanks!

@pnpnpn
Copy link
Owner

pnpnpn commented Dec 5, 2018

lgtm. Can you please bump the version to 0.4.1? See 2bc336d

@tlalexander
Copy link
Contributor Author

Done. Thanks for the quick response!

@pnpnpn pnpnpn merged commit 3c4bad7 into pnpnpn:master Dec 5, 2018
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

Successfully merging this pull request may close these issues.

2 participants