File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -76,17 +76,18 @@ devel-docs = [
7676 " mkdocstrings[python] ~= 0.23" ,
7777]
7878devel-test = [
79- " aiohttp[speedups] ~=3.0" ,
80- " coverage[toml] ~=7.0" ,
81- " flask[async] ~=3.0" ,
82- " httpx ~=0.0" ,
83- " mock ~=5.0" ,
84- " pytest-asyncio ~=0.0" ,
85- " pytest-bdd ~=8.0" ,
86- " pytest-cov ~=6.0" ,
87- " pytest-xdist ~=3.0" ,
88- " pytest ~=8.0" ,
89- " testcontainers ~=4.0" ,
79+ " aiohttp[speedups] ~=3.0" ,
80+ " coverage[toml] ~=7.0" ,
81+ " flask[async] ~=3.0" ,
82+ " httpx ~=0.0" ,
83+ " mock ~=5.0" ,
84+ " pytest-asyncio ~=0.0" ,
85+ " pytest-bdd ~=8.0" ,
86+ " pytest-cov ~=6.0" ,
87+ " pytest-rerunfailures ~=15.0" ,
88+ " pytest-xdist ~=3.0" ,
89+ " pytest ~=8.0" ,
90+ " testcontainers ~=4.0" ,
9091]
9192devel = [" pact-python[devel-types,devel-docs,devel-test]" , " ruff==0.8.4" ]
9293
@@ -191,6 +192,9 @@ addopts = [
191192 # Xdist options
192193 " --numprocesses=logical" ,
193194 " --dist=worksteal" ,
195+ # Rerun options
196+ " --reruns=3" ,
197+ " --rerun-except=assert" ,
194198]
195199filterwarnings = [
196200 " ignore::DeprecationWarning:examples" ,
You can’t perform that action at this time.
0 commit comments