Skip to content

Commit 85740a5

Browse files
TST: register slow marker (pandas-dev#16797)
* TST: register slow marker * Update setup.cfg
1 parent 664348c commit 85740a5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/source/whatsnew/v0.20.3.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Performance Improvements
3737
Bug Fixes
3838
~~~~~~~~~
3939
- 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`)
40-
40+
- Fixed a pytest marker failing downstream packages' tests suites (:issue:`16680`)
4141

4242

4343

setup.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ split_penalty_after_opening_bracket = 1000000
2222
split_penalty_logical_operator = 30
2323

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

0 commit comments

Comments
 (0)