File tree Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
- ## [ 2.0.0] - Unreleased
7
+ ## [ 2.0.0] - 2025-04-30
8
8
9
9
### Fixed
10
10
Original file line number Diff line number Diff line change @@ -57,27 +57,6 @@ dependencies = [
57
57
58
58
[tool .hatch .envs .hatch-test ]
59
59
extra-args = [" --host=localhost" ]
60
- dependencies = [
61
- " coverage[toml]>=6.5" ,
62
- " pytest" ,
63
- ]
64
-
65
- [tool .hatch .envs .test .scripts ]
66
- test = " pytest --host=localhost {args:tests}"
67
- test-cov = " coverage run -m pytest --host=localhost {args:tests}"
68
- cov-report = [
69
- " - coverage combine" ,
70
- " coverage report" ,
71
- ]
72
- cov-html = [
73
- " - coverage combine" ,
74
- " coverage html" ,
75
- ]
76
- cov = [
77
- " test-cov" ,
78
- " cov-report" ,
79
- ]
80
- version = " python --version"
81
60
82
61
[[tool .hatch .envs .hatch-test .matrix ]]
83
62
python = [" 3.11" , " 3.12" , " 3.13" ]
You can’t perform that action at this time.
0 commit comments