Skip to content

Commit 0a62526

Browse files
authored
Merge pull request #214 from praekeltfoundation/remove-setup-cfg
Move pytest config to pyproject.toml and remove setup.cfg
2 parents 5538a57 + 5bebcbb commit 0a62526

File tree

3 files changed

+5
-19
lines changed

3 files changed

+5
-19
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ dev = [
6363
"moto<6.0.0,>=5.0.16",
6464
]
6565

66+
[tool.pytest.ini_options]
67+
python_files = "test*.py"
68+
addopts = "--verbose --ds=config.settings.test"
69+
6670
[tool.ruff]
6771
extend-exclude = [
6872
"*/migrations/*.py",

setup.cfg

-18
This file was deleted.

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)