Skip to content

Commit 851d3a1

Browse files
wip
1 parent 28dabc2 commit 851d3a1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

requirements_dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
-r requirements.txt
22
pytest>=7.2.0,<8.0.0
33
autopep8>=2.0.4,<3.0.0
4-
pytest-cov>=4.0.0,<5.0.0
54
pycodestyle>=2.10.0,<3.0.0
65
bump2version>=1.0.1,<1.1.0
76
pytest-xdist>=3.0.2,<4.0.0

0 commit comments

Comments
 (0)