Skip to content

Commit

Permalink
TST: register slow marker (pandas-dev#16797)
Browse files Browse the repository at this point in the history
* TST: register slow marker

* Update setup.cfg
  • Loading branch information
TomAugspurger authored Jun 30, 2017
1 parent 664348c commit 85740a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.20.3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Performance Improvements
Bug Fixes
~~~~~~~~~
- Fixed issue with dataframe scatter plot for categorical data that reports incorrect column key not found when categorical data is used for plotting (:issue:`16199`)

- Fixed a pytest marker failing downstream packages' tests suites (:issue:`16680`)



Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ split_penalty_after_opening_bracket = 1000000
split_penalty_logical_operator = 30

[tool:pytest]
# TODO: Change all yield-based (nose-style) fixutures to pytest fixtures
# Silencing the warning until then
testpaths = pandas
markers =
single: mark a test as single cpu only
slow: mark a test as slow

0 comments on commit 85740a5

Please sign in to comment.