Skip to content

Commit d525b84

Browse files
committed
fixup! feat: support python 3.11
1 parent d149bf1 commit d525b84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ docker run -i${t} --rm\
66
-v $PWD/dist:/dist -v $PWD/_appmap/test/data/unittest:/_appmap/test/data/unittest\
77
-v $PWD/ci:/ci\
88
-w /tmp\
9-
python:3.9 bash -ce "${@:-/ci/smoketest.sh; /ci/test_pipenv.sh; /ci/test_poetry.sh}"
9+
python:3.11 bash -ce "${@:-/ci/smoketest.sh; /ci/test_pipenv.sh; /ci/test_poetry.sh}"

ci/smoketest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set -e
3+
set -ex
44
pip install -U pip pytest "flask<2" python-decouple
55
pip install /dist/appmap-*-py3-none-any.whl
66

0 commit comments

Comments
 (0)