Skip to content

Commit

Permalink
temp: test gevent HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
pajod committed Nov 30, 2024
1 parent 6f5ff0c commit de679d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/illumos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# TODO: replace python-MN with version-agnostic alias
# release: "r151048"
prepare: |
pkg install pip-312 python-312 sqlite-3 nginx gcc14
pkg install pip-312 python-312 sqlite-3 nginx gcc14 git
usesh: true
copyback: false
run: |
Expand All @@ -49,7 +49,7 @@ jobs:
&& openssl version \
&& pkg info nginx \
&& gcc -dM -E - </dev/null \
&& ac_cv_header_sys_inotify_h=no ac_cv_func_inotify_init=no python3 -m pip install gevent \
&& ac_cv_header_sys_inotify_h=no ac_cv_func_inotify_init=no python3 -m pip install git+https://github.com/gevent/gevent.git@676d86a3ae799118d79ddc225e9286c6a75755a4 \
&& mkdir -p /tmp/.nginx \
&& python3 -m pip install tox \
&& python3 -m tox --version \
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gevent
git+https://github.com/gevent/gevent.git@676d86a3ae799118d79ddc225e9286c6a75755a4
eventlet
coverage
pytest>=7.2.0
Expand Down
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ envlist =
[testenv]
package = editable
commands = pytest --cov=gunicorn {posargs}
setenv =
ac_cv_header_sys_inotify_h=no
ac_cv_func_inotify_init=no
deps =
-rrequirements_test.txt
--pre -rrequirements_test.txt

[testenv:run-entrypoint]
package = wheel
Expand Down

0 comments on commit de679d8

Please sign in to comment.