File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,8 @@ commands:
6464 --timings-type=name \
6565 --command="
6666 xargs \
67- python3 -m pytest \
67+ coverage run --append --parallel-mode --source=synapse \
68+ -m pytest \
6869 -n 8 --dist worksteal \
6970 --max-worker-restart 0 \
7071 --reruns 1 \
@@ -73,7 +74,6 @@ commands:
7374 -p no:logging \
7475 --junitxml=test-reports/junit.xml \
7576 -o junit_family=xunit1 \
76- ${COVERAGE_ARGS} \
7777 "
7878
7979 test_steps_doc :
@@ -558,7 +558,7 @@ jobs:
558558 - image : cimg/python:3.14.2
559559 environment :
560560 PYVERS : 3.14
561- PYTHON_COLORS : 0
561+ NO_COLOR : 1
562562 RUN_SYNTAX : 1
563563 SYN_VENDOR_TEST : 1
564564 CODECOV_FLAG : linux
@@ -578,7 +578,7 @@ jobs:
578578 - image : cimg/python:3.14.2
579579 environment :
580580 PYVERS : 3.14
581- PYTHON_COLORS : 0
581+ NO_COLOR : 1
582582 RUN_SYNTAX : 1
583583 CODECOV_FLAG : linux_replay
584584 SYN_REGRESSION_REPO : ~/git/synapse-regression
Original file line number Diff line number Diff line change 11-r requirements.txt
22pytest>=7.2.0,<8.0.0
33autopep8>=2.0.4,<3.0.0
4- pytest-cov>=4.0.0,<5.0.0
54pycodestyle>=2.10.0,<3.0.0
65bump2version>=1.0.1,<1.1.0
76pytest-xdist>=3.0.2,<4.0.0
You can’t perform that action at this time.
0 commit comments