mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
try
This commit is contained in:
parent
50d5342586
commit
2c4513fd1b
1 changed files with 13 additions and 13 deletions
26
.github/workflows/tests.yaml
vendored
26
.github/workflows/tests.yaml
vendored
|
@ -8,21 +8,21 @@ jobs:
|
|||
matrix:
|
||||
python-version:
|
||||
- "3.8"
|
||||
- "3.9"
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
- "3.12"
|
||||
- "3.13"
|
||||
# - "3.9"
|
||||
# - "3.10"
|
||||
# - "3.11"
|
||||
# - "3.12"
|
||||
# - "3.13"
|
||||
# pypy fails in some cases but we don't care much about that
|
||||
# with github actions we can't mark some jobs to not affect the overall
|
||||
# conclusion so we have to omit "allow-failure" tests.
|
||||
# See https://github.com/actions/toolkit/issues/399
|
||||
# - pypy-3.7
|
||||
deps:
|
||||
- tornado pycurl
|
||||
# - tornado pycurl
|
||||
# timer runs when loop is closed, see https://github.com/lilydjwg/nvchecker/actions/runs/11650699759/job/32439742210
|
||||
# - aiohttp
|
||||
- tornado
|
||||
# - tornado
|
||||
- httpx[http2]>=0.14.0
|
||||
exclude: []
|
||||
steps:
|
||||
|
@ -82,9 +82,9 @@ jobs:
|
|||
sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
|
||||
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
|
||||
|
||||
# - name: Setup upterm session
|
||||
# uses: lhotari/action-upterm@v1
|
||||
- name: Run pytest
|
||||
env:
|
||||
mitmdump: /home/runner/.mitmproxy/venv/bin/mitmdump
|
||||
run: scripts/run_cached_tests
|
||||
- name: Setup upterm session
|
||||
uses: lhotari/action-upterm@v1
|
||||
# - name: Run pytest
|
||||
# env:
|
||||
# mitmdump: /home/runner/.mitmproxy/venv/bin/mitmdump
|
||||
# run: scripts/run_cached_tests
|
||||
|
|
Loading…
Add table
Reference in a new issue