From 8f8e3d6cb5db74d3382e5518d4cd527ea3916a11 Mon Sep 17 00:00:00 2001 From: ri938 Date: Thu, 6 Jul 2017 14:46:40 +0100 Subject: [PATCH] TST: register slow marker (#16797) * TST: register slow marker * Update setup.cfg --- doc/source/whatsnew/v0.20.3.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/whatsnew/v0.20.3.txt b/doc/source/whatsnew/v0.20.3.txt index 0542254f6a8a1..49546c9e9faca 100644 --- a/doc/source/whatsnew/v0.20.3.txt +++ b/doc/source/whatsnew/v0.20.3.txt @@ -43,6 +43,7 @@ Bug Fixes - Fixed a bug in failing to compute rolling computations of a column-MultiIndexed ``DataFrame`` (:issue:`16789`, :issue:`16825`) - Bug in a DataFrame/Series with a ``TimedeltaIndex`` when slice indexing (:issue:`16637`) - Bug in reindexing on an empty ``CategoricalIndex`` (:issue:`16770`) +- Fixed a pytest marker failing downstream packages' tests suites (:issue:`16680`) Conversion ^^^^^^^^^^