Skip to content

Commit

Permalink
[skip changelog] bump packages to support Python 3.8 (#517)
Browse files Browse the repository at this point in the history
* use pip-tools, bump packages to support 3.8

* Bump Python to 3.8 in the CI environment
  • Loading branch information
Massimiliano Pippi committed Dec 16, 2019
1 parent cf39fbe commit d474176
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v1
with:
python-version: '3.7'
python-version: '3.8'
architecture: 'x64'

- name: Run integration tests
Expand Down
6 changes: 6 additions & 0 deletions test/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pytest==5.3.1
simplejson==3.17.0
semver==2.9.0
pyserial==3.4
# temporary, replaces invoke==1.3.0 in favour of https://github.com/pyinvoke/invoke/pull/661
git+https://github.com/flazzarini/invoke.git
40 changes: 17 additions & 23 deletions test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
astroid==2.2.5
atomicwrites==1.3.0
attrs==19.1.0
importlib-metadata==0.18
# temporary, replaces invoke==1.3.0 in favour of https://github.com/pyinvoke/invoke/pull/661
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile
#
attrs==19.1.0 # via pytest
git+https://github.com/flazzarini/invoke.git
isort==4.3.21
lazy-object-proxy==1.4.1
mccabe==0.6.1
more-itertools==7.1.0
packaging==19.0
pep8==1.7.1
pluggy==0.12.0
py==1.8.0
pylint==2.3.1
pyparsing==2.4.0
more-itertools==7.1.0 # via pytest
packaging==19.0 # via pytest
pluggy==0.13.1 # via pytest
py==1.8.0 # via pytest
pyparsing==2.4.0 # via packaging
pyserial==3.4
pytest==5.1.3
semver==2.8.1
simplejson==3.16.0
six==1.12.0
typed-ast==1.4.0
wcwidth==0.1.7
wrapt==1.11.2
zipp==0.5.2
pytest==5.3.1
semver==2.9.0
simplejson==3.17.0
six==1.12.0 # via packaging
wcwidth==0.1.7 # via pytest

0 comments on commit d474176

Please sign in to comment.