summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index dddae152..6a6a583a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,3 +16,8 @@
16line-length = 80 16line-length = 80
17# NB: Keep in sync with tox.ini. 17# NB: Keep in sync with tox.ini.
18target-version = ['py36', 'py37', 'py38', 'py39', 'py310', 'py311'] #, 'py312' 18target-version = ['py36', 'py37', 'py38', 'py39', 'py310', 'py311'] #, 'py312'
19
20[tool.pytest.ini_options]
21markers = """
22 skip_cq: Skip tests in the CQ. Should be rarely used!
23"""