Skip to content

Commit 2c015a2

Browse files
committed
chore
1 parent 6cf5ca3 commit 2c015a2

File tree

11 files changed

+0
-186
lines changed

11 files changed

+0
-186
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -21,36 +21,3 @@ jobs:
2121
- name: Check code style
2222
run: |
2323
pre-commit run --all-files
24-
25-
test_django:
26-
runs-on: ubuntu-latest
27-
needs: [build]
28-
strategy:
29-
matrix:
30-
python-version: ['3.8', '3.9', '3.10']
31-
node-version: [18.x, 20.x]
32-
django-version: [3.2, 4.2]
33-
steps:
34-
- uses: actions/checkout@v4
35-
- name: Use Node.js ${{ matrix.node-version }}
36-
uses: actions/setup-node@v3
37-
with:
38-
node-version: ${{ matrix.node-version }}
39-
- name: Set up Python ${{ matrix.python-version }}
40-
uses: actions/setup-python@v4
41-
with:
42-
python-version: ${{ matrix.python-version }}
43-
- name: Set up Django ${{ matrix.django-version }}
44-
run: |
45-
pip install --upgrade pip
46-
pip install Django==${{ matrix.django-version }}
47-
- name: Install dependencies
48-
run: |
49-
pip install .
50-
pip install -r tests/requirements/django.txt
51-
- name: PYTHONPATH
52-
run: |
53-
echo "PYTHONPATH=${PWD}" >> $GITHUB_ENV
54-
- name: Test with pytest
55-
run: |
56-
pytest tests/tests_django

tests/__init__.py

Whitespace-only changes.

tests/config.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/conftest.py

Lines changed: 0 additions & 91 deletions
This file was deleted.

tests/requirements/base.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/requirements/django.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/tests_django/__init__.py

Whitespace-only changes.

tests/tests_django/dj_settings.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/tests_django/es6_scss/__init__.py

Whitespace-only changes.

tests/tests_django/es6_scss/test_django.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)