Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sumpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Klöckner
sumpy
Commits
14949844
Commit
14949844
authored
7 months ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
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
7 months ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pyproject.toml
+6
-0
6 additions, 0 deletions
pyproject.toml
setup.cfg
+0
-13
0 additions, 13 deletions
setup.cfg
with
6 additions
and
13 deletions
pyproject.toml
+
6
−
0
View file @
14949844
...
...
@@ -90,3 +90,9 @@ module = [
"pyvisfile.*"
,
]
ignore_missing_imports
=
true
[tool.pytest.ini_options]
markers
=
[
"mpi: test distributed FMM"
,
]
This diff is collapsed.
Click to expand it.
setup.cfg
deleted
100644 → 0
+
0
−
13
View file @
7f3cd5e7
[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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment