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
24 changes: 0 additions & 24 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1246,18 +1246,6 @@ jobs:
dist-type:
- binary
- source
exclude:
# NOTE: Python 3.12+ with installs from sdist hits a bug in tox
# NOTE: which makes it fail until GHA times out. This is why the
# NOTE: following exclusions are in place. They should be
# NOTE: removed once tox fixes said bug.
# Ref: https://github.com/tox-dev/tox/issues/3512
- python-version: 3.14
dist-type: source
- python-version: 3.13
dist-type: source
- python-version: 3.12
dist-type: source

uses: ./.github/workflows/reusable-tests.yml
with:
Expand Down Expand Up @@ -1293,18 +1281,6 @@ jobs:
dist-type:
- binary
- source
exclude:
# NOTE: Python 3.12+ with installs from sdist hits a bug in tox
# NOTE: which makes it fail until GHA times out. This is why the
# NOTE: following exclusions are in place. They should be
# NOTE: removed once tox fixes said bug.
# Ref: https://github.com/tox-dev/tox/issues/3512
- python-version: 3.14
dist-type: source
- python-version: 3.13
dist-type: source
- python-version: 3.12
dist-type: source

uses: ./.github/workflows/reusable-tests.yml
with:
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog-fragments/764.contrib.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
The ``requires`` setting has been removed from :file:`tox.ini`, which
works around the upstream tool bug. This enabled us to re-introduce
CI jobs testing against sdist under Python 3.12 and newer
-- by :user:`webknjaz`.
4 changes: 0 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[tox]
envlist = python
minversion = 3.21.0
requires =
setuptools >= 40.9.0
pip >= 19.0.3
# tox-venv >= 0.4.0
isolated_build = true


Expand Down
Loading