Skip to content

Commit

Permalink
fix: try running quality with 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto committed Aug 30, 2024
1 parent 8a80c48 commit decb066
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 149 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04]
python-version: ['3.8']
python-version: ['3.9']
toxenv: [django42, quality, pii_check]

steps:
Expand All @@ -38,7 +38,7 @@ jobs:
run: tox

- name: Run coverage
if: matrix.python-version == '3.8' && matrix.toxenv == 'django42'
if: matrix.python-version == '3.9' && matrix.toxenv == 'django42'
uses: py-cov-action/python-coverage-comment-action@v3
with:
GITHUB_TOKEN: ${{ github.token }}
Expand Down
14 changes: 5 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make upgrade
Expand All @@ -17,19 +17,15 @@ attrs==24.2.0
# -r requirements/base.in
# lti-consumer-xblock
# openedx-events
backports-zoneinfo==0.2.1
# via
# django
# djangorestframework
bleach==6.1.0
# via lti-consumer-xblock
boto3==1.35.6
boto3==1.35.9
# via fs-s3fs
botocore==1.35.6
botocore==1.35.9
# via
# boto3
# s3transfer
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.17.0
# via
Expand Down Expand Up @@ -341,7 +337,7 @@ uritemplate==4.1.1
# via
# coreapi
# drf-yasg
urllib3==1.26.19
urllib3==1.26.20
# via
# botocore
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make upgrade
Expand Down
35 changes: 7 additions & 28 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -31,20 +31,15 @@ backports-tarfile==1.2.0
# via
# -r requirements/validation.txt
# jaraco-context
backports-zoneinfo==0.2.1
# via
# -r requirements/validation.txt
# django
# djangorestframework
bleach==6.1.0
# via
# -r requirements/validation.txt
# lti-consumer-xblock
boto3==1.35.6
boto3==1.35.9
# via
# -r requirements/validation.txt
# fs-s3fs
botocore==1.35.6
botocore==1.35.9
# via
# -r requirements/validation.txt
# boto3
Expand All @@ -57,7 +52,7 @@ cachetools==5.5.0
# via
# -r requirements/validation.txt
# tox
certifi==2024.7.4
certifi==2024.8.30
# via
# -r requirements/validation.txt
# requests
Expand Down Expand Up @@ -114,7 +109,6 @@ cryptography==43.0.0
# via
# -r requirements/validation.txt
# pyjwt
# secretstorage
# social-auth-core
ddt==1.7.2
# via -r requirements/validation.txt
Expand Down Expand Up @@ -220,7 +214,7 @@ dnspython==2.6.1
# via
# -r requirements/validation.txt
# pymongo
docutils==0.20.1
docutils==0.21.2
# via
# -r requirements/validation.txt
# readme-renderer
Expand Down Expand Up @@ -325,10 +319,6 @@ importlib-metadata==8.4.0
# build
# keyring
# twine
importlib-resources==6.4.4
# via
# -r requirements/validation.txt
# keyring
inflection==0.5.1
# via
# -r requirements/validation.txt
Expand Down Expand Up @@ -357,11 +347,6 @@ jaraco-functools==4.0.2
# via
# -r requirements/validation.txt
# keyring
jeepney==0.8.0
# via
# -r requirements/validation.txt
# keyring
# secretstorage
jinja2==3.1.4
# via
# -r requirements/validation.txt
Expand Down Expand Up @@ -604,7 +589,7 @@ pyyaml==6.0.2
# edx-i18n-tools
# responses
# xblock
readme-renderer==43.0
readme-renderer==44.0
# via
# -r requirements/validation.txt
# twine
Expand Down Expand Up @@ -647,10 +632,6 @@ s3transfer==0.10.2
# via
# -r requirements/validation.txt
# boto3
secretstorage==3.3.3
# via
# -r requirements/validation.txt
# keyring
semantic-version==2.10.0
# via
# -r requirements/validation.txt
Expand Down Expand Up @@ -730,13 +711,12 @@ typing-extensions==4.12.2
# astroid
# edx-opaque-keys
# pylint
# rich
uritemplate==4.1.1
# via
# -r requirements/validation.txt
# coreapi
# drf-yasg
urllib3==1.26.19
urllib3==1.26.20
# via
# -r requirements/validation.txt
# botocore
Expand Down Expand Up @@ -776,7 +756,6 @@ zipp==3.20.1
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
42 changes: 12 additions & 30 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make upgrade
#
alabaster==0.7.13
alabaster==0.7.16
# via sphinx
appdirs==1.4.4
# via
Expand Down Expand Up @@ -33,20 +33,15 @@ babel==2.16.0
# via sphinx
backports-tarfile==1.2.0
# via jaraco-context
backports-zoneinfo==0.2.1
# via
# -r requirements/test.txt
# django
# djangorestframework
bleach==6.1.0
# via
# -r requirements/test.txt
# lti-consumer-xblock
boto3==1.35.6
boto3==1.35.9
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.6
botocore==1.35.9
# via
# -r requirements/test.txt
# boto3
Expand All @@ -57,7 +52,7 @@ cachetools==5.5.0
# via
# -r requirements/test.txt
# tox
certifi==2024.7.4
certifi==2024.8.30
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -111,7 +106,6 @@ cryptography==43.0.0
# via
# -r requirements/test.txt
# pyjwt
# secretstorage
# social-auth-core
ddt==1.7.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -322,8 +316,6 @@ importlib-metadata==8.4.0
# keyring
# sphinx
# twine
importlib-resources==6.4.4
# via keyring
inflection==0.5.1
# via
# -r requirements/test.txt
Expand All @@ -346,10 +338,6 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -555,7 +543,6 @@ python3-openid==3.2.0
pytz==2024.1
# via
# -r requirements/test.txt
# babel
# drf-yasg
# xblock
pyyaml==6.0.2
Expand Down Expand Up @@ -604,8 +591,6 @@ s3transfer==0.10.2
# via
# -r requirements/test.txt
# boto3
secretstorage==3.3.3
# via keyring
semantic-version==2.10.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -647,17 +632,17 @@ sphinx==5.3.0
# via
# -r requirements/doc.in
# edx-sphinx-theme
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.1
# via
Expand Down Expand Up @@ -699,13 +684,12 @@ typing-extensions==4.12.2
# astroid
# edx-opaque-keys
# pylint
# rich
uritemplate==4.1.1
# via
# -r requirements/test.txt
# coreapi
# drf-yasg
urllib3==1.26.19
urllib3==1.26.20
# via
# -r requirements/test.txt
# botocore
Expand Down Expand Up @@ -737,9 +721,7 @@ xblock==5.1.0
# -r requirements/test.txt
# lti-consumer-xblock
zipp==3.20.1
# via
# importlib-metadata
# importlib-resources
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make upgrade
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make upgrade
Expand All @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==73.0.1
setuptools==74.0.0
# via -r requirements/pip.in
Loading

0 comments on commit decb066

Please sign in to comment.