-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (36 loc) · 1.38 KB
/
pyproject.toml
File metadata and controls
41 lines (36 loc) · 1.38 KB
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
[tool.commitizen]
name = "czespressif"
version = "2.7.0"
annotated_tag = true
tag_format = "v$version"
version_scheme = "pep440"
update_changelog_on_bump = true
changelog_merge_prerelease = true
types_in_changelog = ["BREAKING CHANGE", "feat", "fix", "refactor", "change", "perf", "docs"]
version_files = [
"pytest-embedded/pytest_embedded/__init__.py",
"pytest-embedded/pyproject.toml",
"pytest-embedded-arduino/pytest_embedded_arduino/__init__.py",
"pytest-embedded-arduino/pyproject.toml",
"pytest-embedded-idf/pytest_embedded_idf/__init__.py",
"pytest-embedded-idf/pyproject.toml",
"pytest-embedded-jtag/pytest_embedded_jtag/__init__.py",
"pytest-embedded-jtag/pyproject.toml",
"pytest-embedded-qemu/pytest_embedded_qemu/__init__.py",
"pytest-embedded-qemu/pyproject.toml",
"pytest-embedded-serial/pytest_embedded_serial/__init__.py",
"pytest-embedded-serial/pyproject.toml",
"pytest-embedded-serial-esp/pytest_embedded_serial_esp/__init__.py",
"pytest-embedded-serial-esp/pyproject.toml",
"pytest-embedded-wokwi/pytest_embedded_wokwi/__init__.py",
"pytest-embedded-wokwi/pyproject.toml",
"pytest-embedded-nuttx/pytest_embedded_nuttx/__init__.py",
"pytest-embedded-nuttx/pyproject.toml",
]
[tool.pytest.ini_options]
norecursedirs = 'examples/*'
addopts = "-s"
filterwarnings = [
"ignore::FutureWarning",
]
junit_family = "xunit1"