We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c3273 commit be36956Copy full SHA for be36956
.github/workflows/main.yaml
@@ -41,7 +41,7 @@ jobs:
41
- name: Run Tests
42
shell: bash -el {0}
43
run: |
44
- pytest -s
+ pytest -s -vvv
45
46
47
test_with_pip:
@@ -67,4 +67,4 @@ jobs:
67
68
69
70
dev-env-pip.yml
@@ -4,4 +4,5 @@ channels:
4
dependencies:
5
- python
6
- pip
7
- - pytest
+ - pytest
8
+ - pytest-sugar
dev-env.yml
@@ -5,9 +5,10 @@ dependencies:
- pytest
9
- typer
10
- appdirs
11
- empack >=3,<4
12
- microsoft::playwright
13
- emsdk
- - rich
14
+ - rich
0 commit comments