File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -107,4 +107,4 @@ jobs:
107107 runs-on : macos-latest
108108 steps :
109109 - uses : actions/checkout@v4
110- - run : env PYTESTFLAGS=--verbose test/macos-script.sh
110+ - run : env PYTESTFLAGS=" --verbose -p no:cacheprovider" test/macos-script.sh
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ brew install \
1010
1111python3 -m pip install -r test/requirements.txt
1212
13+ oldpwd=$( pwd)
14+ cp -a . /work
15+ cd /work
16+
1317export bashcomp_bash=bash
1418env
1519
@@ -18,5 +22,5 @@ autoreconf -i
1822make -j
1923
2024make distcheck \
21- PYTESTFLAGS=" ${PYTESTFLAGS---verbose --numprocesses=auto --dist=loadfile} "
25+ PYTESTFLAGS=" ${PYTESTFLAGS---verbose -p no : cacheprovider - -numprocesses=auto --dist=loadfile} "
2226cp -p bash-completion-* .tar.* " $oldpwd /"
You can’t perform that action at this time.
0 commit comments