Skip to content

Commit

Permalink
fix: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Yu committed Mar 20, 2024
1 parent d0b5bcd commit cdc58f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ jobs:
dj42_cms40.txt,
]
continue-on-error: [true]
# exclude:
# - django: 41
# cms: 39
# - django: 42
# cms: 39
# - django: 41
# cms: 4
# - django: 42
# cms: 4
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
10 changes: 0 additions & 10 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ envlist =
ruff
pypi-description
towncrier
; py{311,310,39}-django{42}-cms{4}
; py{311,310,39}-django{42,41}-cms{311}
; py{311,310,39}-django{32}-cms{311,39}
py{39, 310, 311}-django{32,42}-cms{40}

[testenv]
Expand All @@ -19,13 +16,6 @@ deps =
-r{toxinidir}/tests/requirements/requirements_base.txt
django32: -r{toxinidir}/tests/requirements/dj32_cms40.txt
django42: -r{toxinidir}/tests/requirements/dj42_cms40.txt
; django41: Django~=4.1.0
;django42: Django~=4.2.0
; cms39: https://github.com/django-cms/django-cms/archive/release/3.9.x.zip
; cms311:https://github.com/yakky/django-cms/archive/release/3.11.x.zip
;cms41: https://github.com/django-cms/django-cms/archive/release/4.1.x.zip
;cms41:https://github.com/django-cms/djangocms-versioning/archive/refs/heads/master.zip
;-r{toxinidir}/requirements-test.txt
basepython=
py38: python3.8
py39: python3.9
Expand Down

0 comments on commit cdc58f1

Please sign in to comment.