File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 17
17
ensure_clean_store ,
18
18
)
19
19
20
- pytestmark = [pytest .mark .single , td .skip_array_manager_not_yet_implemented ]
20
+ pytestmark = [
21
+ pytest .mark .single ,
22
+ td .skip_array_manager_not_yet_implemented ,
23
+ # pytables https://github.com/PyTables/PyTables/issues/822
24
+ pytest .mark .filterwarnings (
25
+ "ignore:a closed node found in the registry:UserWarning"
26
+ ),
27
+ ]
21
28
22
29
23
30
def test_categorical (setup_path ):
Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ xfail_strict = True
137
137
filterwarnings =
138
138
error:Sparse:FutureWarning
139
139
error:The SparseArray:FutureWarning
140
+ ignore:unclosed transport <asyncio.sslproto:ResourceWarning
140
141
junit_family = xunit2
141
142
142
143
[codespell]
You can’t perform that action at this time.
0 commit comments