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 d149bf1 commit d525b84Copy full SHA for d525b84
ci/run_tests.sh
@@ -6,4 +6,4 @@ docker run -i${t} --rm\
6
-v $PWD/dist:/dist -v $PWD/_appmap/test/data/unittest:/_appmap/test/data/unittest\
7
-v $PWD/ci:/ci\
8
-w /tmp\
9
- python:3.9 bash -ce "${@:-/ci/smoketest.sh; /ci/test_pipenv.sh; /ci/test_poetry.sh}"
+ python:3.11 bash -ce "${@:-/ci/smoketest.sh; /ci/test_pipenv.sh; /ci/test_poetry.sh}"
ci/smoketest.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-set -e
+set -ex
4
pip install -U pip pytest "flask<2" python-decouple
5
pip install /dist/appmap-*-py3-none-any.whl
0 commit comments