Skip to content

Commit ee15bd3

Browse files
committed
Suppress mindeps warning when running a single test in CI
1 parent eaeedb5 commit ee15bd3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ filterwarnings = [
170170
'''ignore:datetime\.datetime\.utc(fromtimestamp|now)\(\) is deprecated and scheduled for removal in a future version.*:DeprecationWarning:dateutil''',
171171
'''ignore:the matrix subclass is not the recommended way''',
172172
'''ignore:The current Dask DataFrame implementation is deprecated.*:DeprecationWarning''',
173+
# This is only an issue in mindeps
174+
'''ignore:distutils Version classes are deprecated:DeprecationWarning''',
173175
]
174176
minversion = "6"
175177
markers = [

0 commit comments

Comments
 (0)