Skip to content

Commit 21240ec

Browse files
author
avandras
committed
Remove some behave tests temporarily
1 parent 05ade9b commit 21240ec

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/tests.yaml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,19 @@ jobs:
9393
fail-fast: false
9494
matrix:
9595
os: [ubuntu-22.04]
96-
python-version: [3.7, 3.13]
96+
python-version: [3.13]
97+
# python-version: [3.7, 3.13]
9798
dcs: [etcd, etcd3, consul, exhibitor, kubernetes, raft]
98-
include:
99-
- os: macos-latest
100-
python-version: 3.8
101-
dcs: raft
102-
- os: macos-latest
103-
python-version: 3.9
104-
dcs: etcd
105-
- os: macos-latest
106-
python-version: 3.11
107-
dcs: etcd3
99+
# include:
100+
# - os: macos-latest
101+
# python-version: 3.8
102+
# dcs: raft
103+
# - os: macos-latest
104+
# python-version: 3.9
105+
# dcs: etcd
106+
# - os: macos-latest
107+
# python-version: 3.11
108+
# dcs: etcd3
108109

109110
steps:
110111
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)