Skip to content

Commit 024897b

Browse files
authored
Merge pull request #493 from testing-cabal/hatch-run-test
Avoid calling broken "hatch run test"
2 parents ae4c1af + b92d616 commit 024897b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
pip install hatch
3333
- name: Build package
3434
run: hatch build
35-
- name: Test package
36-
run: hatch run test
3735
- name: Publish package distributions to PyPI
3836
uses: pypa/gh-action-pypi-publish@release/v1
3937
if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/2')

NEWS

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,20 @@ Changes and improvements to testtools_, grouped by release.
99
Improvements
1010
------------
1111

12-
* Add ``Nearly`` matcher for approximate numerical comparisons. (#222)
12+
* Add ``Nearly`` matcher for approximate numerical comparisons.
13+
(Jelmer Vernooij, #222)
14+
15+
* Improve handling of sets in ``assertEquals``.
16+
(Jelmer Vernooij, #108)
1317

1418
Changes
1519
-------
1620

1721
* Re-add accidentally removed methods on StreamToExtendedDecorator.
1822
(Jelmer Vernooij)
1923

24+
* Add typing. (Jelmer Vernooij, Stephen Finucane)
25+
2026
2.8.0
2127
~~~~~
2228

0 commit comments

Comments
 (0)