Skip to content
Closed
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
4 changes: 3 additions & 1 deletion tox-ansible.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[ansible]

skip = ""
skip =
sanity-py3.14
sanity-py3.13

@ssbarnea ssbarnea Mar 11, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Maybe an file comment comment explaining why these are skipped could prove useful as sooner or later someone will wonder why these were ignored even if they are part of the official support matrix.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yeah, I'll leave this to @KB-perByte. Just wanted to see if this'd work. The docs aren't very clear on what skip is allowed to contain — you might want to sprinkle more examples in. I've only read the source code promptly and made an educated guess.

Loading