8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6103500 commit 03fea19Copy full SHA for 03fea19
setup.cfg
@@ -3,12 +3,14 @@ test=pytest
3
4
[tool:pytest]
5
testpaths = larray
6
-# exclude (doc)tests from ufuncs (because docstrings are copied from numpy
7
-# and many of those doctests are failing
+# - exclude (doc)tests from ufuncs (because docstrings are copied from numpy
+# and many of those doctests are failing
8
+# - deselect LArray.astype since doctests fails for Python 3.6 and numpy => 1.17
9
addopts = -v --doctest-modules
10
--ignore=larray/core/npufuncs.py
11
--ignore=larray/ipfp
12
--ignore=larray/inout/xw_reporting.py
13
+ --deselect larray/core/array.py::larray.core.array.LArray.astype
14
--pep8
15
#--cov
16
# E122: continuation line missing indentation or outdented
0 commit comments