File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ dependencies = [
1616 " pytest>=9.1.1" ,
1717 " pytest-dependency" ,
1818 " requests" ,
19+ " ipdb" ,
1920]
2021
2122[dependency-groups ]
Original file line number Diff line number Diff line change 11[pytest]
2- addopts = -ra --maxfail =1 --ignore =contrib/ --ignore =tests/unit
2+ addopts = -ra --maxfail =1 --ignore =contrib/ --ignore =tests/unit -- pdbcls =IPython.terminal.debugger:TerminalPdb
33markers =
44 # *** Markers that change test behaviour ***
55 default_vm: mark a test with a default VM in case no --vm parameter was given.
@@ -49,4 +49,5 @@ log_date_format = %b %d %H:%M:%S
4949filterwarnings =
5050 error
5151 ignore::DeprecationWarning
52+ ignore::ResourceWarning
5253xfail_strict =true
Original file line number Diff line number Diff line change 99pytest>=9.1.1
1010pytest-dependency
1111requests
12+ ipdb
You can’t perform that action at this time.
0 commit comments