Skip to content

Commit

Permalink
ci: Test against current social-core
Browse files Browse the repository at this point in the history
This allows to earlier catch issues like
python-social-auth/social-core#773
  • Loading branch information
nijel committed Mar 30, 2023
1 parent 764c364 commit 610b7b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ jobs:
tox -e "py${PYTHON_VERSION/\./}-djangomain"
if: ${{ env.PYTHON_VERSION == '3.10' || env.PYTHON_VERSION == '3.11' }}

- name: social-core master Test
run: |
tox -e "py${PYTHON_VERSION/\./}-socialmaster"
if: ${{ env.PYTHON_VERSION == '3.10' || env.PYTHON_VERSION == '3.11' }}

- name: Coverage
run: |
coverage combine
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist =
py{38,39,310,311}-django41
py{38,39,310,311}-django42
py{310,311}-djangomain
py{310,311}-socialmaster

[testenv]
passenv = *
Expand All @@ -16,4 +17,5 @@ deps =
django41: Django>=4.1,<4.2
django42: Django>=4.2a1,<4.3
djangomain: https://github.com/django/django/archive/main.tar.gz
socialmaster: https://github.com/python-social-auth/social-core/archive/master.tar.gz
-r{toxinidir}/requirements-dev.txt

0 comments on commit 610b7b3

Please sign in to comment.