Skip to content

Commit 35e5cbe

Browse files
authored
Pin tables <= 3.8 (#91)
Pin tables <= 3.8 `tables` made a really fresh release of 3.9.0 on Oct 5, and 3.9.1 on Oct 6, which breaks the current build. We'll restrict to the previous version and then further investigate the root issue.
1 parent 0c13a97 commit 35e5cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ dev =
9191
pytest-xdist
9292
pytest-timeout
9393
pytest-sphinx
94-
tables
94+
tables<=3.8
9595
licenseheaders
9696
# TODO(stes) Add back once upstream issue
9797
# https://github.com/PyCQA/docformatter/issues/119

0 commit comments

Comments
 (0)