Skip to content

Commit

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

* Update setup.cfg

(cherry picked from commit 85740a5)
  • Loading branch information
TomAugspurger committed Jul 7, 2017
1 parent 856be0f commit c61978e
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 c61978e

Please sign in to comment.