Skip to content

Commit 3ab1d3e

Browse files
authored
Update sdist rules to include tox.toml (#3389) (#3390)
Update sdist rules to include `tox.toml`, rather than `tox.ini` that no longer exists. This fixes test failures due to missing tox configuration. Fixes #3389
1 parent 172a952 commit 3ab1d3e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/changelog/3389.bugfix.rst

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Include ``tox.toml`` in sdist archives to fix test failures resulting from its lack.
2+
- by :user:`mgorny`

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ build.hooks.vcs.version-file = "src/tox/version.py"
107107
build.targets.sdist.include = [
108108
"/src",
109109
"/tests",
110-
"/tox.ini",
110+
"/tox.toml",
111111
]
112112
version.source = "vcs"
113113

0 commit comments

Comments
 (0)