Skip to content

Commit a9bcded

Browse files
ci: remove unused msgpack variable in EE test
Tests with Tarantool EE runs only with latest msgpack, so "msgpack-deps" variable and Actions steps for it are not used.
1 parent a64147b commit a9bcded

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/testing.yml

-18
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ jobs:
123123
- '2.8.3-21-g7d35cd2be-r470'
124124
- '2.10.0-1-gfa775b383-r486-linux-x86_64'
125125
python: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
126-
msgpack-deps:
127-
# latest msgpack will be installed as a part of requirements.txt
128-
- ''
129126

130127
steps:
131128
- name: Clone the connector
@@ -150,21 +147,6 @@ jobs:
150147
with:
151148
python-version: ${{ matrix.python }}
152149

153-
- name: Install specific version of msgpack package
154-
if: startsWith(matrix.msgpack-deps, 'msgpack==') == true
155-
run: |
156-
pip install ${{ matrix.msgpack-deps }}
157-
158-
- name: Install specific version of msgpack-python package
159-
# msgpack package is a replacement for deprecated msgpack-python.
160-
# To test compatibility with msgpack-python we must ignore
161-
# requirements.txt install of msgpack package by overwriting it
162-
# with sed.
163-
if: startsWith(matrix.msgpack-deps, 'msgpack-python==') == true
164-
run: |
165-
pip install ${{ matrix.msgpack-deps }}
166-
sed -i -e "s/^msgpack.*$/${{ matrix.msgpack-deps }}/" requirements.txt
167-
168150
- name: Install package requirements
169151
run: pip install -r requirements.txt
170152

0 commit comments

Comments
 (0)