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

pytest followup #15341

Closed
12 of 17 tasks
TomAugspurger opened this issue Feb 8, 2017 · 5 comments
Closed
12 of 17 tasks

pytest followup #15341

TomAugspurger opened this issue Feb 8, 2017 · 5 comments
Labels
CI Continuous Integration Testing pandas testing functions or related to the test suite
Milestone

Comments

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Feb 8, 2017

Followup issues to #13856

@TomAugspurger TomAugspurger added CI Continuous Integration Testing pandas testing functions or related to the test suite labels Feb 8, 2017
@bashtage
Copy link
Contributor

bashtage commented Feb 8, 2017

One more candidate: Replace SkipTest with pytest.skip()

@jreback jreback added this to the 0.20.0 milestone Feb 8, 2017
jreback added a commit to jreback/pandas that referenced this issue Feb 11, 2017
TST: remove KnownFailure (unused), should be replaced by pytest.xfail anyhow

xref pandas-dev#15341
jreback added a commit to jreback/pandas that referenced this issue Feb 11, 2017
TST: remove KnownFailure (unused), should be replaced by pytest.xfail anyhow

xref pandas-dev#15341
jreback added a commit to jreback/pandas that referenced this issue Feb 11, 2017
TST: remove KnownFailure (unused), should be replaced by pytest.xfail anyhow

TST: remove nose

xref pandas-dev#15341
jreback added a commit to jreback/pandas that referenced this issue Feb 11, 2017
TST: remove KnownFailure (unused), should be replaced by pytest.xfail anyhow

TST: remove nose

xref pandas-dev#15341
jreback added a commit to jreback/pandas that referenced this issue Feb 11, 2017
TST: remove KnownFailure (unused), should be replaced by pytest.xfail anyhow

TST: remove nose

xref pandas-dev#15341
jreback added a commit to jreback/pandas that referenced this issue Feb 11, 2017
TST: remove KnownFailure (unused), should be replaced by pytest.xfail anyhow

TST: remove nose

xref pandas-dev#15341
jreback added a commit to jreback/pandas that referenced this issue Feb 11, 2017
TST: remove KnownFailure (unused), should be replaced by pytest.xfail anyhow

TST: remove nose

xref pandas-dev#15341
jreback added a commit to jreback/pandas that referenced this issue Feb 11, 2017
TST: remove KnownFailure (unused), should be replaced by pytest.xfail anyhow

TST: remove nose

xref pandas-dev#15341
jreback added a commit to jreback/pandas that referenced this issue Feb 11, 2017
TST: remove KnownFailure (unused), should be replaced by pytest.xfail anyhow

TST: remove nose

xref pandas-dev#15341
jreback added a commit to jreback/pandas that referenced this issue Feb 11, 2017
TST: remove KnownFailure (unused), should be replaced by pytest.xfail anyhow

TST: remove nose

xref pandas-dev#15341
jreback added a commit to jreback/pandas that referenced this issue Feb 11, 2017
TST: remove KnownFailure (unused), should be replaced by pytest.xfail anyhow

TST: remove nose

xref pandas-dev#15341
jreback added a commit to jreback/pandas that referenced this issue Feb 11, 2017
TST: remove KnownFailure (unused), should be replaced by pytest.xfail anyhow

TST: remove nose

xref pandas-dev#15341
jreback added a commit to jreback/pandas that referenced this issue Feb 11, 2017
TST: remove KnownFailure (unused), should be replaced by pytest.xfail anyhow

TST: remove nose

xref pandas-dev#15341
jreback added a commit that referenced this issue Feb 11, 2017
TST: raise nose.SkipTest -> pytest.skip  TST: remove KnownFailure
(unused), should be replaced by pytest.xfail anyhow    xref #15341

Author: Jeff Reback <jeff@reback.net>

Closes #15368 from jreback/skip and squashes the following commits:

afdb5f9 [Jeff Reback] TST: raise nose.SkipTest -> pytest.skip
@jreback
Copy link
Contributor

jreback commented Feb 12, 2017

pytest-sugar is interesting: https://travis-ci.org/jreback/pandas/jobs/200775014

looks good for single processor, not so great for mulit-cpu though.

@jreback
Copy link
Contributor

jreback commented Feb 15, 2017

https://github.com/box/flaky might be able to replace our home-made @tm.network decorators.

jreback added a commit that referenced this issue Feb 15, 2017
xref #15341

Author: Jeff Reback <jeff@reback.net>

Closes #15408 from jreback/skip and squashes the following commits:

547bee6 [Jeff Reback] TST: print skipped tests files
jreback added a commit to jreback/pandas that referenced this issue Feb 15, 2017
jreback added a commit to jreback/pandas that referenced this issue Feb 15, 2017
jreback added a commit to jreback/pandas that referenced this issue Feb 15, 2017
jreback added a commit to jreback/pandas that referenced this issue Feb 15, 2017
jreback added a commit to jreback/pandas that referenced this issue Feb 15, 2017
jreback added a commit that referenced this issue Feb 16, 2017
…nings

xref #15341

Author: Jeff Reback <jeff@reback.net>

Closes #15416 from jreback/warn and squashes the following commits:

a6af576 [Jeff Reback] TST: convert yield based test_pickle.py to parametrized to remove warnings xref #15341
jreback pushed a commit that referenced this issue Feb 16, 2017
xref #15341

Author: Elliott Sales de Andrade <quantum.analyst@gmail.com>

Closes #15406 from QuLogic/pytest-simple-yield and squashes the following commits:

b002752 [Elliott Sales de Andrade] TST: Set PYTHONHASHSEED so xdist doesn't break.
8368772 [Elliott Sales de Andrade] TST: Use fixtures for engine/parser where possible.
c6cd346 [Elliott Sales de Andrade] TST: Parametrize remaining simple yield tests.
47bf1a1 [Elliott Sales de Andrade] TST: Replace ENGINES_PARSERS by parametrize.
AnkurDedania pushed a commit to AnkurDedania/pandas that referenced this issue Mar 21, 2017
TST: raise nose.SkipTest -> pytest.skip  TST: remove KnownFailure
(unused), should be replaced by pytest.xfail anyhow    xref pandas-dev#15341

Author: Jeff Reback <jeff@reback.net>

Closes pandas-dev#15368 from jreback/skip and squashes the following commits:

afdb5f9 [Jeff Reback] TST: raise nose.SkipTest -> pytest.skip
AnkurDedania pushed a commit to AnkurDedania/pandas that referenced this issue Mar 21, 2017
xref pandas-dev#15341

Author: Jeff Reback <jeff@reback.net>

Closes pandas-dev#15408 from jreback/skip and squashes the following commits:

547bee6 [Jeff Reback] TST: print skipped tests files
AnkurDedania pushed a commit to AnkurDedania/pandas that referenced this issue Mar 21, 2017
…nings

xref pandas-dev#15341

Author: Jeff Reback <jeff@reback.net>

Closes pandas-dev#15416 from jreback/warn and squashes the following commits:

a6af576 [Jeff Reback] TST: convert yield based test_pickle.py to parametrized to remove warnings xref pandas-dev#15341
AnkurDedania pushed a commit to AnkurDedania/pandas that referenced this issue Mar 21, 2017
xref pandas-dev#15341

Author: Elliott Sales de Andrade <quantum.analyst@gmail.com>

Closes pandas-dev#15406 from QuLogic/pytest-simple-yield and squashes the following commits:

b002752 [Elliott Sales de Andrade] TST: Set PYTHONHASHSEED so xdist doesn't break.
8368772 [Elliott Sales de Andrade] TST: Use fixtures for engine/parser where possible.
c6cd346 [Elliott Sales de Andrade] TST: Parametrize remaining simple yield tests.
47bf1a1 [Elliott Sales de Andrade] TST: Replace ENGINES_PARSERS by parametrize.
@jreback jreback modified the milestones: 0.21.0, 0.20.0 Mar 23, 2017
@jreback
Copy link
Contributor

jreback commented Sep 23, 2017

@TomAugspurger

is the getlocale thing still an issue?

everything else doesn't need an issue, so can close otherwise.

@TomAugspurger
Copy link
Contributor Author

It's not a pytest specific thing, so yeah, we can close this one.

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

No branches or pull requests

3 participants