diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 5 |
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 @@ | |||
16 | line-length = 80 | 16 | line-length = 80 |
17 | # NB: Keep in sync with tox.ini. | 17 | # NB: Keep in sync with tox.ini. |
18 | target-version = ['py36', 'py37', 'py38', 'py39', 'py310', 'py311'] #, 'py312' | 18 | target-version = ['py36', 'py37', 'py38', 'py39', 'py310', 'py311'] #, 'py312' |
19 | |||
20 | [tool.pytest.ini_options] | ||
21 | markers = """ | ||
22 | skip_cq: Skip tests in the CQ. Should be rarely used! | ||
23 | """ | ||