Skip to content

Commit ff333d8

Browse files
committed
Fix pytest config
1 parent d4ea41e commit ff333d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Changelog
2121
.. change::
2222
:tags: refactor
2323

24-
Timestamps in version template are now timezone-aware
24+
Timestamps in version templates are now timezone-aware.
2525

2626
.. change::
2727
:tags: bugfix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ ignore = ["ARG", "ANN", "A002", "COM812", "D", "TD", "FIX002", "PLC0415"]
111111
"DTZ005",
112112
]
113113

114-
[pytest.ini_options]
114+
[pytest]
115115
markers = [
116116
"all: mark all tests",
117117
"important: mark only important tests (e.g. functions which depend on OS and Python version)",

0 commit comments

Comments
 (0)