Skip to content

Commit 3cd4dab

Browse files
committed
Pin greenlet test version
1 parent 8ffec14 commit 3cd4dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/case/profiling/greenlet/start_gevent.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
#
1919

2020
set -ex
21-
pip install gunicorn gevent "greenlet>=3"
21+
pip install gunicorn gevent "greenlet==3.1.1"
2222
gunicorn -k gevent -b :9090 --chdir /services entrypoint:app

0 commit comments

Comments
 (0)