Skip to content

Commit ed37fba

Browse files
committed
Remove pytest-regressions dependency
1 parent 4d34029 commit ed37fba

4 files changed

Lines changed: 1 addition & 42 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ tests-min = [
102102
# Key dependencies
103103
# ----------------
104104
"pytest>=8.3.4",
105-
"pytest-regressions>=2.8.2",
106105
]
107106
# Full test dependencies.
108107
tests-full = [

requirements-only-tests-locked.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ pure-eval==0.2.3
2323
pygments==2.19.1
2424
pytest==8.3.4
2525
pytest-cov==6.0.0
26-
pytest-datadir==1.8.0
27-
pytest-regressions==2.8.2
28-
pyyaml==6.0.2
2926
stack-data==0.6.3
3027
tomli==2.2.1 ; python_full_version <= '3.11'
3128
traitlets==5.14.3

requirements-only-tests-min-locked.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@ iniconfig==2.0.0
66
packaging==24.2
77
pluggy==1.5.0
88
pytest==8.3.4
9-
pytest-datadir==1.8.0
10-
pytest-regressions==2.8.2
11-
pyyaml==6.0.2
129
tomli==2.2.1 ; python_full_version < '3.11'
1310
typing-extensions==4.12.2 ; python_full_version < '3.11'

uv.lock

Lines changed: 1 addition & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)