Skip to content
Merged
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
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
-r requirements.txt
-r requirements-test.txt
tox==4.55.1 ; python_version >= "3.10"
tox==4.55.1 ; python_version < "3.10"
tox==4.56.1
wheel==0.47.0
Sphinx==9.0.4 ; python_version >= "3.11"
Sphinx==7.4.7 ; python_version < "3.11"
Expand Down
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[tox]
# tox 4.56.0 changed the default of skip_missing_interpreters back to false

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

history is not requried as inline comment, so we can remove the first sentence? CI runners... is much enough.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

It was automatically merged.
I'll delete it the next time I edit this.

# (https://github.com/tox-dev/tox/pull/3966). CI runners install only one
# Python version per job, so missing interpreters must be skipped, not failed.
skip_missing_interpreters = true
envlist =
py3.10,
py3.11,
Expand Down