Skip to content

Commit c52fe32

Browse files
authored
move pytest config to pyproject.toml (#2191)
1 parent 20ee5ec commit c52fe32

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

pyproject.toml

+9
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,12 @@ requires = [
44
"wheel"
55
]
66
build-backend = "setuptools.build_meta"
7+
8+
9+
[tool.pytest.ini_options]
10+
addopts = [
11+
"--strict-markers",
12+
]
13+
markers = [
14+
"slow: marks tests as slow (deselect with `-m 'not slow'`)",
15+
]

pytest.ini

-4
This file was deleted.

0 commit comments

Comments
 (0)