Commit 02cef10
committed
fix: update minimum pytest version to 6.2.0
The previous minimum version (pytest>=3.6) was incorrect. The plugin
requires the tmp_path fixture which was introduced in pytest 3.9.0.
Updated to pytest>=6.2.0 because:
- tmp_path fixture is stable and well-tested
- Contemporary with Python 3.8+ requirement (project requires Python >=3.8)
- Verified all 33 tests pass with pytest 6.2.0 on Python 3.81 parent 1deba12 commit 02cef10
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments