-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsetup.cfg
More file actions
16 lines (15 loc) · 771 Bytes
/
setup.cfg
File metadata and controls
16 lines (15 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[tool:pytest]
#addopts = -v --color=yes -m "not integration"
testpaths = podpac
filterwarnings =
ignore::FutureWarning:traitlets
ignore:numpy.ufunc size changed:RuntimeWarning
ignore:Using or importing the ABCs:DeprecationWarning:lazy_import
ignore:Using or importing the ABCs:DeprecationWarning:botocore
ignore:Using or importing the ABCs:DeprecationWarning:pydap
ignore:Using or importing the ABCs:DeprecationWarning:bs4
ignore:The truth value of an empty array is ambiguous:DeprecationWarning:traitlets
ignore:The truth value of an empty array is ambiguous:DeprecationWarning:xarray
ignore:dropping variables using `drop` will be deprecated:PendingDeprecationWarning:xarray
# [coverage:run]
# omit=*/test/*,podpac/datalib/*,podpac/core/managers/aws*