File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 5858
5959 - name : Run tests
6060 run : |
61- pytest pins -m 'not fs_rsc and not skip_on_github' $PYTEST_OPTS
61+ pytest pins -m 'not fs_rsc and not skip_on_github' --workers 4 --tests-per-worker 1 $PYTEST_OPTS
6262 env :
6363 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
6464 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change @@ -30,8 +30,13 @@ README.md: README.Rmd
3030 --TagRemovePreprocessor.remove_input_tags=' hide-cell' \
3131 --output $@
3232
33- test :
34- pytest
33+ test : test-most test-rsc
34+
35+ test-most :
36+ pytest pins -m " not fs_rsc" --workers 4 --tests-per-worker 1
37+
38+ test-rsc :
39+ pytest pins -m " fs_rsc"
3540
3641docs-build :
3742 jb build --builder html docs
Original file line number Diff line number Diff line change 5353 pytest
5454 pytest-cases
5555 pytest-dotenv
56+ pytest-parallel
5657 s3fs
5758 adlfs
5859 gcsfs
You can’t perform that action at this time.
0 commit comments