Skip to content

Commit

Permalink
Merge pull request #602 from maresb/pytest-robustness
Browse files Browse the repository at this point in the history
Minor improvements to pytest configuration
  • Loading branch information
maresb authored Feb 10, 2024
2 parents 265715a + 1a8dabf commit 12ac5f9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Empty file.
Empty file.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,14 @@ exclude = [
]

[tool.pytest.ini_options]
addopts = "--doctest-modules -vrsx -n auto"
addopts = [
"-rsx",
"--verbose",
"--doctest-modules",
"--numprocesses=auto",
"--ignore-glob=**/vendor_poetry/**",
"--ignore-glob=**/_vendor/**"
]
flake8-max-line-length = 105
flake8-ignore = ["docs/* ALL", "conda_lock/_version.py ALL"]
filterwarnings = "ignore::DeprecationWarning"
Expand Down

0 comments on commit 12ac5f9

Please sign in to comment.