We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e9b51 commit e3016d7Copy full SHA for e3016d7
.github/workflows/tests.yml
@@ -18,11 +18,7 @@ jobs:
18
- run: pip install -e .[test]
19
# Python 3.12 deprecates pkg_resources (also used by py-html-checker).
20
- run: |
21
- pytest -W error -W ignore::ResourceWarning \
22
- -W ignore::DeprecationWarning:scrapyd.runner \
23
- -W ignore::DeprecationWarning:html_checker \
24
- -W ignore::DeprecationWarning:pkg_resources \
25
- tests --cov scrapyd
+ pytest -W error -W ignore::ResourceWarning -W ignore::DeprecationWarning:scrapyd.runner -W ignore::DeprecationWarning:html_checker -W ignore::DeprecationWarning:pkg_resources tests --cov scrapyd
26
# Occasional "ConnectionRefusedError: [Errno 111] Connection refused".
27
- name: Run integration tests
28
run: |
0 commit comments