Skip to content

Commit 012d90a

Browse files
committed
Add pytest-watcher
See also: https://github.com/olzhasar/pytest-watcher
1 parent 0a6fac5 commit 012d90a

File tree

2 files changed

+54
-2
lines changed

2 files changed

+54
-2
lines changed

poetry.lock

+52-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ myst_parser = "~0.17.0"
6060
### Testing ###
6161
pytest = "*"
6262
pytest-rerunfailures = "*"
63+
pytest-watcher = "^0.2.3"
6364

6465
### Coverage ###
6566
codecov = "*"
@@ -75,7 +76,7 @@ flake8 = "*"
7576

7677
[tool.poetry.extras]
7778
docs = ["sphinx", "sphinx-issues", "sphinx-click", "sphinx-autodoc-typehints", "myst_parser", "sphinx-autobuild", "alagitpull", "furo"]
78-
test = ["pytest", "pytest-rerunfailures"]
79+
test = ["pytest", "pytest-rerunfailures", "pytest-watcher"]
7980
coverage = ["codecov", "coverage", "pytest-cov"]
8081
format = ["black", "isort"]
8182
lint = ["flake8"]

0 commit comments

Comments
 (0)