Skip to content

Commit 88a9072

Browse files
Better test error messages (#81)
- Fixes the pytest version to resolve an assertion rewriting bug - Drastically simplify creation of a temporary `settings.MEDIA_ROOT` (now pytest can run without `pytest-xdist` :) )
1 parent 7b832c9 commit 88a9072

3 files changed

Lines changed: 1040 additions & 1029 deletions

File tree

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ mosspy = "~=1.0"
2424
django-debug-toolbar = "~=4.4"
2525

2626
[dev-packages]
27+
pytest = ">=8.3.3"
2728
pytest-django = "~=4.8"
2829
pytest-xdist = "~=3.6"
2930
django-stubs = "*"

0 commit comments

Comments
 (0)