Skip to content

Commit c5fec6e

Browse files
committed
ci: add color to pytest
1 parent 3eb46c6 commit c5fec6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- "1.1.0"
3333
- "1.2.0"
3434
allow_failure: [false]
35+
3536
include:
3637
- JHUB_VER: "master"
3738
python-version: "3.9"
@@ -52,6 +53,7 @@ jobs:
5253
- name: Install nodejs dependencies
5354
run: |
5455
sudo npm install -g configurable-http-proxy
56+
5557
# We need to check compatibility with different versions of the JH
5658
# API, including latest development. For that, we also need to
5759
# pull in the dependencies of that old JH version (but we don't
@@ -65,4 +67,4 @@ jobs:
6567
6668
- name: pytest
6769
run: |
68-
pytest --lf --cov batchspawner batchspawner/tests -v
70+
pytest --verbose --color=yes --last-failed --cov batchspawner batchspawner/tests

0 commit comments

Comments
 (0)