-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
45 lines (42 loc) · 937 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[aliases]
test = pytest
[tool:pytest]
# ignore certain folders and pytest warnings
addopts =
--ignore build_tools
--ignore interactive
--ignore docs
# Show extra info on tests that pass, even though they shouldn't:
-rX
# --doctest-modules
# --durations 20
# --timeout 600
# --cov sktime
# --cov-report xml
# --cov-report html
--cov-config=pyproject.toml
# --showlocals
# --matrixdesign True
# --only_changed_modules True
# -n auto
filterwarnings =
ignore::UserWarning
ignore:numpy.dtype size changed
ignore:numpy.ufunc size changed
[metadata]
description_file = README.md
long_description_content_type = text/markdown
[check-manifest]
ignore =
# .binder/**
# .all-contributorsrc
# .coveragerc
# examples/**
build_tools/**
# __check_build/**
# docs/**
# Makefile
# CODEOWNERS
# CONTRIBUTING.md
# *.yaml
# *.yml