Skip to content

Commit 407e1f4

Browse files
committed
build(deps): pytest_plugin.py infrastructure
1 parent d4ff154 commit 407e1f4

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
File renamed without changes.

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ coverage = ["codecov", "coverage", "pytest-cov"]
102102
format = ["black", "isort"]
103103
lint = ["flake8", "flake8-bugbear", "flake8-comprehensions", "mypy"]
104104

105+
[tool.poetry.plugins.pytest11]
106+
libtmux = "libtmux.pytest_plugin"
107+
105108
[tool.mypy]
106109
strict = true
107110

tests/conftest.py

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
from libtmux.conftest import * # noqa F40

0 commit comments

Comments
 (0)