Skip to content

Commit 2e1e41f

Browse files
committed
remove pytest.ini and put options in pyproject.toml
1 parent ff855a9 commit 2e1e41f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ addopts = [
1010
"--cov-report=term-missing",
1111
]
1212
testpaths = "causalpy/tests"
13+
markers = [
14+
"integration: mark as an integration test.",
15+
"slow: mark test as slow.",
16+
]

pytest.ini

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

0 commit comments

Comments
 (0)