Skip to content

Commit 62e26dc

Browse files
committed
delete pytest.ini and update pyproject.toml
1 parent f8191ca commit 62e26dc

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ verbose = 2
3131

3232
# https://docs.pytest.org/en/6.2.x/mark.html#registering-marks
3333
[tool.pytest.ini_options]
34-
addopts = "--cov=janitor/ --cov-report=html --cov-report=xml --cov-report=term-missing"
34+
addopts = "--cov=janitor/ --cov-report=html --cov-report=xml --cov-report=term-missing --durations=0"
35+
3536
markers = [
3637
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
3738
"biology",

pytest.ini

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

0 commit comments

Comments
 (0)