Skip to content

Commit

Permalink
ci: Not sure how to line break a command on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 25, 2024
1 parent c7e9b51 commit e3016d7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ jobs:
- run: pip install -e .[test]
# Python 3.12 deprecates pkg_resources (also used by py-html-checker).
- run: |
pytest -W error -W ignore::ResourceWarning \
-W ignore::DeprecationWarning:scrapyd.runner \
-W ignore::DeprecationWarning:html_checker \
-W ignore::DeprecationWarning:pkg_resources \
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
# Occasional "ConnectionRefusedError: [Errno 111] Connection refused".
- name: Run integration tests
run: |
Expand Down

0 comments on commit e3016d7

Please sign in to comment.