Skip to content

TST: Pytest warning #16235

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

Closed
TomAugspurger opened this issue May 4, 2017 · 2 comments
Closed

TST: Pytest warning #16235

TomAugspurger opened this issue May 4, 2017 · 2 comments
Labels
Testing pandas testing functions or related to the test suite

Comments

@TomAugspurger
Copy link
Contributor

xref #16225 probably

WC1 /Users/taugspurger/Envs/pandas-dev/lib/python3.6/site-packages/pandas/pandas/tests/test_config.py cannot collect test class 'TestConfig' because it hasa __init__ constructor
@TomAugspurger TomAugspurger added the Testing pandas testing functions or related to the test suite label May 4, 2017
@jreback
Copy link
Contributor

jreback commented May 4, 2017

cc @gfyoung

@gfyoung
Copy link
Member

gfyoung commented May 4, 2017

That's always been there but probably was surfaced with my PR. Should just change that to setup_class (with no *args), and that should remove the warning.

I can patch that pretty quickly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

No branches or pull requests

3 participants