Skip to content

Commit 04634ac

Browse files
committed
pytest.ini: Move to pyproject.toml
This reduces amount of files in root and move towards centralizing configuration.
1 parent 549545d commit 04634ac

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
@@ -78,6 +78,13 @@ requires = ["setuptools>=42", "Cython"]
7878

7979
build-backend = "setuptools.build_meta"
8080

81+
[tool.pytest.ini_options]
82+
log_format = "%(asctime)s.%(msecs)03d %(levelname)s [%(module)s:%(lineno)s]: %(message)s"
83+
log_level = "DEBUG"
84+
log_date_format = "%Y-%m-%d %H:%M:%S"
85+
xfail_strict = true
86+
addopts = "-rf"
87+
8188
[tool.setuptools_scm]
8289
version_file = "cassandra/_version.py"
8390
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)