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
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ testtools NEWS

Changes and improvements to testtools_, grouped by release.

2.7.1
~~~~~

Improvements
~~~~~~~~~~~~

* Remove various unused imports.
(Jelmer Vernooij)

* Fix build backend. This should prevent version from being set to 0.0.0
when building wheels. (Jelmer Vernooij, #363)

2.7.0
~~~~~

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ module = [
ignore_missing_imports = true

[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
requires = ["setuptools>=61", "hatchling", "hatch_vcs"]
build-backend = "hatchling.build"

[project]
name = "testtools"
Expand Down