We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3813c78 commit 59c8e1eCopy full SHA for 59c8e1e
pyproject.toml
@@ -153,6 +153,19 @@ combine-as-imports = true
153
[tool.ruff.per-file-ignores]
154
"*/__init__.py" = ["F401"]
155
156
+[tool.pytest.ini_options]
157
+addopts = "--tb=short --no-header --showlocals --doctest-docutils-modules --reruns 2 -p no:doctest"
158
+doctest_optionflags = "ELLIPSIS NORMALIZE_WHITESPACE"
159
+testpaths = [
160
+ "src/libtmux",
161
+ "tests",
162
+ "docs",
163
+ "README.md",
164
+]
165
+filterwarnings = [
166
+ "ignore:The frontend.Option(Parser)? class.*:DeprecationWarning::",
167
168
+
169
[build-system]
170
requires = ["poetry_core>=1.0.0"]
171
build-backend = "poetry.core.masonry.api"
setup.cfg
0 commit comments