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 5d03564 commit b5953b4Copy full SHA for b5953b4
pyproject.toml
@@ -213,8 +213,18 @@ convention = "numpy"
213
"*/__init__.py" = ["F401"]
214
215
[tool.pytest.ini_options]
216
-addopts = "--tb=short --no-header --showlocals --doctest-modules"
217
-doctest_optionflags = "ELLIPSIS NORMALIZE_WHITESPACE"
+addopts = [
+ "--tb=short",
218
+ "--no-header",
219
+ "--showlocals",
220
+ "--doctest-docutils-modules",
221
+ "-p no:doctest",
222
+ "--reruns=2"
223
+]
224
+doctest_optionflags = [
225
+ "ELLIPSIS",
226
+ "NORMALIZE_WHITESPACE"
227
228
testpaths = [
229
"src/libvcs",
230
"tests",
0 commit comments