Skip to content

Commit cff90b9

Browse files
committed
pytest.ini: Move to pyproject.toml
This reduces amount of files in root and move towards centralizing configuration.
1 parent 2b1c252 commit cff90b9

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,13 @@ requires = ["setuptools>=42", "Cython"]
7777

7878
build-backend = "setuptools.build_meta"
7979

80+
[tool.pytest.ini_options]
81+
log_format = "%(asctime)s.%(msecs)03d %(levelname)s [%(module)s:%(lineno)s]: %(message)s"
82+
log_level = "DEBUG"
83+
log_date_format = "%Y-%m-%d %H:%M:%S"
84+
xfail_strict = true
85+
addopts = "-rf"
86+
8087
[tool.setuptools_scm]
8188
version_file = "cassandra/_version.py"
8289
tag_regex = '(?P<version>\d*?\.\d*?\.\d*?)-scylla'

pytest.ini

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)