Skip to content

Commit d1b6ac8

Browse files
committed
Migrate pytest settings to pyproject.toml
1 parent da1c683 commit d1b6ac8

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,11 @@ exclude = '''
146146
# the root of the project
147147
)
148148
'''
149+
150+
[tool.pytest.ini_options]
151+
markers = [
152+
"distributed: mark a test with distributed option",
153+
"multinode_distributed: mark a test with multi-node distributed option",
154+
"tpu: mark a test as requiring XLA",
155+
]
156+
addopts = "--color=yes"

setup.cfg

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

0 commit comments

Comments
 (0)