We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89360d commit fbe5d69Copy full SHA for fbe5d69
.github/workflows/packing.yml
@@ -555,6 +555,8 @@ jobs:
555
556
- name: Run tests
557
run: |
558
+ apt install --reinstall python3
559
+ python3 -c "import runpy; print('runpy module is available')"
560
. .venv/bin/activate
561
apt install -y `pwd`/deb_dist/python3-tarantool_*.deb
562
ls -la /usr/lib/python3/dist-packages/tarantool
requirements-test.txt
@@ -10,6 +10,3 @@ codespell == 2.3.0 ; python_version >= '3.8'
10
codespell == 2.2.5 ; python_version < '3.8'
11
setuptools >= 75.3.2
12
cmake == 3.15.3
13
-runpy-tool
14
-msgpack
15
-pytz
0 commit comments