Skip to content

Commit

Permalink
Update sdist rules to include tox.toml (#3389) (#3390)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mgorny authored Oct 3, 2024
1 parent 172a952 commit 3ab1d3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/changelog/3389.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Include ``tox.toml`` in sdist archives to fix test failures resulting from its lack.
- by :user:`mgorny`
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ build.hooks.vcs.version-file = "src/tox/version.py"
build.targets.sdist.include = [
"/src",
"/tests",
"/tox.ini",
"/tox.toml",
]
version.source = "vcs"

Expand Down

0 comments on commit 3ab1d3e

Please sign in to comment.