Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bot/pyproject.toml

Lines 99 to 103 in c1a3673

[tool.pytest.ini_options]
# We don't use nose style tests so disable them in pytest.
# This stops pytest from running functions named `setup` in test files.
# See https://github.com/python-discord/bot/pull/2229#issuecomment-1204436420
addopts = "-p no:nose"

Should be migrated to rich config.

Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dev = [
"coverage==7.11.0",
"httpx==0.28.1",
"pre-commit==4.1.0",
"pytest==8.3.4",
"pytest==9.0.0",
"pytest-cov==7.0.0",
"pytest-subtests==0.14.1",
"pytest-xdist==3.6.1",
Expand Down
18 changes: 14 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading