File tree 3 files changed +24
-24
lines changed
3 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 67
67
- name : Install Python
68
68
uses : actions/setup-python@v1
69
69
with :
70
- python-version : ' 3.7 '
70
+ python-version : ' 3.8 '
71
71
architecture : ' x64'
72
72
73
73
- name : Run integration tests
Original file line number Diff line number Diff line change
1
+ pytest==5.3.1
2
+ simplejson==3.17.0
3
+ semver==2.9.0
4
+ pyserial==3.4
5
+ # temporary, replaces invoke==1.3.0 in favour of https://github.com/pyinvoke/invoke/pull/661
6
+ git+https://github.com/flazzarini/invoke.git
Original file line number Diff line number Diff line change 1
- astroid == 2.2.5
2
- atomicwrites == 1.3.0
3
- attrs == 19.1.0
4
- importlib-metadata == 0.18
5
- # temporary, replaces invoke==1.3.0 in favour of https://github.com/pyinvoke/invoke/pull/661
1
+ #
2
+ # This file is autogenerated by pip-compile
3
+ # To update, run:
4
+ #
5
+ # pip-compile
6
+ #
7
+ attrs == 19.1.0 # via pytest
6
8
git+https://github.com/flazzarini/invoke.git
7
- isort == 4.3.21
8
- lazy-object-proxy == 1.4.1
9
- mccabe == 0.6.1
10
- more-itertools == 7.1.0
11
- packaging == 19.0
12
- pep8 == 1.7.1
13
- pluggy == 0.12.0
14
- py == 1.8.0
15
- pylint == 2.3.1
16
- pyparsing == 2.4.0
9
+ more-itertools == 7.1.0 # via pytest
10
+ packaging == 19.0 # via pytest
11
+ pluggy == 0.13.1 # via pytest
12
+ py == 1.8.0 # via pytest
13
+ pyparsing == 2.4.0 # via packaging
17
14
pyserial == 3.4
18
- pytest == 5.1.3
19
- semver == 2.8.1
20
- simplejson == 3.16.0
21
- six == 1.12.0
22
- typed-ast == 1.4.0
23
- wcwidth == 0.1.7
24
- wrapt == 1.11.2
25
- zipp == 0.5.2
15
+ pytest == 5.3.1
16
+ semver == 2.9.0
17
+ simplejson == 3.17.0
18
+ six == 1.12.0 # via packaging
19
+ wcwidth == 0.1.7 # via pytest
You can’t perform that action at this time.
0 commit comments