Skip to content

Use native pytest TOML configuration#1983

Merged
adamtheturtle merged 1 commit intomainfrom
use-native-pytest-toml-config
Feb 21, 2026
Merged

Use native pytest TOML configuration#1983
adamtheturtle merged 1 commit intomainfrom
use-native-pytest-toml-config

Conversation

@adamtheturtle
Copy link
Copy Markdown
Member

@adamtheturtle adamtheturtle commented Feb 21, 2026

Summary

🤖 Generated with Claude Code


Note

Low Risk
Low risk config-only change; main risk is tests behaving differently if any key mapping differs in the new pytest TOML format.

Overview
Updates pyproject.toml to use pytest’s native TOML keys by removing the ini_options. prefix under [tool.pytest] (e.g., xfail_strict and log_cli). This is a configuration-only change intended to keep pytest settings working with pytest 9+ TOML parsing.

Written by Cursor Bugbot for commit 8204dba. This will update automatically on new commits. Configure here.

Remove `ini_options.` prefix from pytest configuration keys under
`[tool.pytest]`, using the native TOML configuration format supported
since pytest 9.0.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@adamtheturtle adamtheturtle enabled auto-merge (squash) February 21, 2026 10:10
@adamtheturtle adamtheturtle merged commit 2caf6bf into main Feb 21, 2026
16 checks passed
@adamtheturtle adamtheturtle deleted the use-native-pytest-toml-config branch February 21, 2026 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant