File tree Expand file tree Collapse file tree 3 files changed +19
-18
lines changed Expand file tree Collapse file tree 3 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 68
68
- name : Install dependencies
69
69
uses : py-actions/py-dependency-install@v4
70
70
with :
71
- path : requirements-dev .txt
71
+ path : requirements.txt
72
72
- name : Run unittests
73
73
run : pytest --cov-report=xml tests
74
74
env :
Original file line number Diff line number Diff line change 1
- -e .
2
- aiohttp == 3.8.1
3
- aiohttp-jinja2 == 1.5
4
- aiohttp-mako == 0.4.0
5
- aioredis == 2.0.1
6
- coverage == 6.3.2
7
- docutils == 0.20.1
8
- jinja2 == 3.0.3
9
- multidict == 6.0.2
1
+ -r requirements.txt
2
+
10
3
mypy == 0.941
11
- pygments == 2.16.1
12
- pytest == 7.1.1
13
- pytest-aiohttp == 1.0.4
14
- pytest-cov == 3.0.0
15
- pytest-sugar == 0.9.4
16
- pytest-timeout == 2.1.0
17
- typing_extensions >= 3.8 ; python_version < "3.8"
18
- yarl == 1.9.2
Original file line number Diff line number Diff line change
1
+ aiohttp == 3.8.1
2
+ aiohttp-jinja2 == 1.5
3
+ aiohttp-mako == 0.4.0
4
+ aioredis == 2.0.1
5
+ coverage == 6.3.2
6
+ docutils == 0.20.1
7
+ jinja2 == 3.0.3
8
+ multidict == 6.0.2
9
+ pygments == 2.16.1
10
+ pytest == 7.1.1
11
+ pytest-aiohttp == 1.0.4
12
+ pytest-cov == 3.0.0
13
+ pytest-sugar == 0.9.4
14
+ pytest-timeout == 2.1.0
15
+ typing_extensions >= 3.8 ; python_version < "3.8"
16
+ yarl == 1.9.2
You can’t perform that action at this time.
0 commit comments