Skip to content

Commit 51b2b20

Browse files
committed
CI: try excluding pytables from ARM OSX testing
1 parent a621da5 commit 51b2b20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ install_requires =
3636
pytest>=4.6
3737
numpy
3838

39+
# tables limitation is until 3.9.3 is out as that supports ARM OSX.
3940
[options.extras_require]
4041
test =
4142
astropy
4243
pandas
43-
tables
44+
tables;platform_machine!='arm64'
4445

4546
[options.entry_points]
4647
pytest11 =

0 commit comments

Comments
 (0)