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

Make skip_on_exception a signature-preserving decorator; issue 363 #364

Closed
wants to merge 5 commits into from

Conversation

OlegShteynbuk
Copy link
Contributor

@OlegShteynbuk OlegShteynbuk commented Jul 6, 2017

closes #363

using wrapt package

tox.ini Outdated
wrapt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spacing error here

Copy link
Contributor Author

@OlegShteynbuk OlegShteynbuk Jul 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed, but the tests passed even without the new line

tox.ini Outdated
@@ -7,3 +7,4 @@ commands=
deps=
pytest
pytest-cov
wrapt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be


deps=
  pytest
  pytest-cov
  wrapt

so that the left column is vertically aligned.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, it was a tab, replaced with spaces, probably need to set it up in my editor

@jreback jreback added the testing label Jul 6, 2017
@jreback jreback added this to the 0.5.0 milestone Jul 6, 2017
@@ -2,7 +2,7 @@
Utilities for testing purposes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't change the mode of the file, use

git update-index --chmod -x <file> to put it back

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was offline for a while, it's already merged.

@jreback
Copy link
Contributor

jreback commented Jul 6, 2017

minor change, otherwise lgtm. ping on green.

@jreback
Copy link
Contributor

jreback commented Jul 7, 2017

thanks!

@jreback
Copy link
Contributor

jreback commented Jul 7, 2017

merged via 6cce5f1

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

Successfully merging this pull request may close these issues.

Make "skip_on_exception" a signature-preserving decorator.
3 participants