Skip to content

Commit 03fea19

Browse files
committed
deselect test on LArray.astype in setup.cfg since it fails on Python 3.6 with numpy >= 1.17
1 parent 6103500 commit 03fea19

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ test=pytest
33

44
[tool:pytest]
55
testpaths = larray
6-
# exclude (doc)tests from ufuncs (because docstrings are copied from numpy
7-
# and many of those doctests are failing
6+
# - exclude (doc)tests from ufuncs (because docstrings are copied from numpy
7+
# and many of those doctests are failing
8+
# - deselect LArray.astype since doctests fails for Python 3.6 and numpy => 1.17
89
addopts = -v --doctest-modules
910
--ignore=larray/core/npufuncs.py
1011
--ignore=larray/ipfp
1112
--ignore=larray/inout/xw_reporting.py
13+
--deselect larray/core/array.py::larray.core.array.LArray.astype
1214
--pep8
1315
#--cov
1416
# E122: continuation line missing indentation or outdented

0 commit comments

Comments
 (0)