Skip to content

Commit e3016d7

Browse files
committed
ci: Not sure how to line break a command on Windows
1 parent c7e9b51 commit e3016d7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/tests.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ jobs:
1818
- run: pip install -e .[test]
1919
# Python 3.12 deprecates pkg_resources (also used by py-html-checker).
2020
- 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
21+
pytest -W error -W ignore::ResourceWarning -W ignore::DeprecationWarning:scrapyd.runner -W ignore::DeprecationWarning:html_checker -W ignore::DeprecationWarning:pkg_resources tests --cov scrapyd
2622
# Occasional "ConnectionRefusedError: [Errno 111] Connection refused".
2723
- name: Run integration tests
2824
run: |

0 commit comments

Comments
 (0)