Skip to content
Snippets Groups Projects
Commit 563c46f1 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Quote argument with > in

parent f657691e
No related branches found
No related tags found
1 merge request!435Use asyncio subprocess interface in webservice code
...@@ -8,5 +8,5 @@ pytest: ...@@ -8,5 +8,5 @@ pytest:
stage: test stage: test
script: script:
- python3 -m pip install --user -r requirements.txt - python3 -m pip install --user -r requirements.txt
- python3 -m pip install --user pytest>=5.4.0 pytest-asyncio testpath - python3 -m pip install --user 'pytest>=5.4.0' pytest-asyncio testpath
- pytest -vv tests/test_* - pytest -vv tests/test_*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment