Skip to content

Commit e2f7ea7

Browse files
authored
fix: bump pytest-beehave to 3.3 and remove redundant pytest-html (#80)
1 parent dd9a6d6 commit e2f7ea7

File tree

2 files changed

+269
-178
lines changed

2 files changed

+269
-178
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ Documentation = "https://github.com/nullhack/python-project-template/tree/main/d
2323
dev = [
2424
"pdoc>=14.0",
2525
"pytest>=9.0.3",
26-
"pytest-beehave[html]>=3.0",
26+
"pytest-beehave[html]>=3.3,<4",
2727
"pytest-cov>=6.1.1",
28-
"pytest-html>=4.1.1",
2928
"pytest-mock>=3.14.0",
3029
"ruff>=0.11.5",
3130
"taskipy>=1.14.1",

0 commit comments

Comments
 (0)