Skip to content

Commit

Permalink
update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
thoo committed Oct 26, 2018
1 parent 9dc3b67 commit 42b15a2
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -323,19 +323,11 @@ skip=
pandas/tests/series/indexing/test_datetime.py,
pandas/tests/series/indexing/test_iloc.py,
pandas/tests/series/indexing/test_loc.py,
pandas/tests/arrays/test_datetimelike.py,
pandas/tests/arrays/test_integer.py,


pandas/tests/arrays/test_interval.py,
pandas/tests/arrays/categorical/test_indexing.py,
pandas/tests/arrays/categorical/test_sorting.py,
pandas/tests/arrays/categorical/test_operators.py,
pandas/tests/arrays/categorical/test_algos.py,
pandas/tests/arrays/categorical/test_dtypes.py,
pandas/tests/arrays/categorical/test_repr.py,
pandas/tests/arrays/categorical/test_analytics.py,
pandas/tests/arrays/categorical/test_missing.py,
pandas/tests/arrays/categorical/test_api.py,
pandas/tests/arrays/categorical/test_constructors.py,
pandas/tests/arrays/categorical/test_sorting.py,
pandas/tests/util/test_testing.py,
pandas/tests/util/test_util.py,
pandas/tests/util/test_hashing.py,
Expand Down Expand Up @@ -577,16 +569,12 @@ skip=
pandas/tests/indexing/interval/test_interval_new.py,
pandas/tests/indexing/interval/test_interval.py,
pandas/tests/sparse/test_indexing.py,
pandas/tests/arrays/sparse/test_libsparse.py,
pandas/tests/arrays/sparse/test_array.py,
pandas/tests/arrays/sparse/test_dtype.py,
pandas/tests/extension/test_sparse.py,
pandas/tests/extension/base/reduce.py,
pandas/tests/sparse/test_reshape.py,
pandas/tests/sparse/test_pivot.py,
pandas/tests/sparse/test_format.py,
pandas/tests/sparse/test_groupby.py,
pandas/tests/arrays/sparse/test_arithmetics.py,
pandas/tests/sparse/test_combine_concat.py,
pandas/tests/sparse/series/test_indexing.py,
pandas/tests/sparse/series/test_series.py,
Expand Down

0 comments on commit 42b15a2

Please sign in to comment.