multiple-test-python-versions
dgtlmoon 6 months ago
parent f290d0e5fe
commit 503e67f33e

@ -29,7 +29,7 @@ jobs:
with: with:
python-version: '3.11' python-version: '3.11'
skip-pypuppeteer: true skip-pypuppeteer: true
test-application-3-12: test-application-3-12:
needs: lint-code needs: lint-code
uses: ./.github/workflows/test-stack-reusable-workflow.yml uses: ./.github/workflows/test-stack-reusable-workflow.yml

@ -135,7 +135,8 @@ jobs:
- name: Test SMTP notification mime types - name: Test SMTP notification mime types
run: | run: |
# SMTP content types - needs the 'Debug SMTP server/echo message back server' container from above # SMTP content types - needs the 'Debug SMTP server/echo message back server' container from above
docker run --rm --network changedet-network test-changedetectionio bash -c 'cd changedetectionio;pytest tests/smtp/test_notification_smtp.py' # "mailserver" hostname defined above
docker run --rm --network changedet-network test-changedetectionio bash -c 'cd changedetectionio;pytest tests/smtp/test_notification_smtp.py'
# @todo Add a test via playwright/puppeteer # @todo Add a test via playwright/puppeteer
# squid with auth is tested in run_proxy_tests.sh -> tests/proxy_list/test_select_custom_proxy.py # squid with auth is tested in run_proxy_tests.sh -> tests/proxy_list/test_select_custom_proxy.py

@ -29,9 +29,7 @@ chardet>2.3.0
wtforms~=3.0 wtforms~=3.0
jsonpath-ng~=1.5.3 jsonpath-ng~=1.5.3
# Pinned: module 'eventlet.green.select' has no attribute 'epoll' dnspython==2.6.1
# https://github.com/eventlet/eventlet/issues/805#issuecomment-1640463482
dnspython==2.3.0 # related to eventlet fixes
# jq not available on Windows so must be installed manually # jq not available on Windows so must be installed manually

Loading…
Cancel
Save