Skip to content

Commit 8b18a44

Browse files
authored
🔧 Use pyproject.toml for pytest Configuration (#579)
- Use `pyproject.toml` for `pytest` Configuration
1 parent 1529a04 commit 8b18a44

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.pytest.ini_options]
2-
collect_ignore = ["setup.py", "benchmark/"]
2+
collect_ignore = ["setup.py", "benchmark/"]
33

44
[tool.black]
55
exclude = '''

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,3 @@ spellcheck-targets = comments
2727
dictionaries = en_US,python,technical
2828
max-cognitive-complexity = 14
2929
max-expression-complexity = 7
30-
31-
[tool:pytest]
32-
collect_ignore = ['setup.py', 'benchmark/']

0 commit comments

Comments
 (0)