Bump to latest `pytest` release!
(cherry picked from committrionics_start_or_cancele329c3108c) (cherry picked from commit8d917cbf87)
parent
0a3772c0c1
commit
9defec4922
|
|
@ -77,7 +77,13 @@ testing = [
|
|||
# test suite
|
||||
# TODO: maybe some of these layout choices?
|
||||
# https://docs.pytest.org/en/8.0.x/explanation/goodpractices.html#choosing-a-test-layout-import-rules
|
||||
"pytest>=8.3.5",
|
||||
# bumped 8.3.5 → 9.0 per upstream security advisory + our
|
||||
# local-only reliance on the post-9.0 capture-machinery shape
|
||||
# (the `sys.__stderr__`-bypass print in
|
||||
# `tractor._testing.trace._do_capture_snapshot` works on 8.x
|
||||
# too, but standardizing on 9.x here ensures `--show-capture`
|
||||
# interactions stay predictable across dev installs).
|
||||
"pytest>=9.0",
|
||||
"pexpect>=4.9.0,<5",
|
||||
]
|
||||
repl = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue