This commit is contained in:
ydshieh 2025-01-28 19:15:09 +01:00
parent 831b5b9c9a
commit c986af0833

View file

@ -152,7 +152,7 @@ class CircleCIJob:
"command": f"TESTS=$(circleci tests split --split-by=timings {self.job_name}_test_list.txt) && echo $TESTS > splitted_tests.txt && echo $TESTS | tr ' ' '\n'" if self.parallelism else f"awk '{{printf \"%s \", $0}}' {self.job_name}_test_list.txt > splitted_tests.txt"
}
},
{"run": "pip install -U pytest"},
{"run": "pip install -U pytest==7.4.4"},
{"run": "pip install pytest-flakefinder"},
# {"run": {
# "name": "Run tests",