Skip to content
Snippets Groups Projects
Commit 14949844 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Drop setup.cfg, migrate pytest config to pyproject.toml

parent 7f3cd5e7
No related branches found
No related tags found
No related merge requests found
Pipeline #568922 failed
......@@ -90,3 +90,9 @@ module = [
"pyvisfile.*",
]
ignore_missing_imports = true
[tool.pytest.ini_options]
markers = [
"mpi: test distributed FMM",
]
[flake8]
ignore = E126,E127,E128,E123,E226,E241,E242,E265,E402,W503
max-line-length=85
inline-quotes = "
docstring-quotes = """
multiline-quotes = """
# enable-flake8-bugbear
[tool:pytest]
markers =
mpi: test distributed FMM
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment