Skip to content

Commit 6cf5ca3

Browse files
committed
chore
1 parent 2cbca33 commit 6cf5ca3

File tree

6 files changed

+0
-69
lines changed

6 files changed

+0
-69
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -54,36 +54,3 @@ jobs:
5454
- name: Test with pytest
5555
run: |
5656
pytest tests/tests_django
57-
58-
test_flask:
59-
runs-on: ubuntu-latest
60-
needs: [build]
61-
strategy:
62-
matrix:
63-
python-version: ['3.8', '3.9', '3.10']
64-
node-version: [18.x, 20.x]
65-
flask-version: [1.1.4, 2.2.2, 3.0.0]
66-
steps:
67-
- uses: actions/checkout@v4
68-
- name: Use Node.js ${{ matrix.node-version }}
69-
uses: actions/setup-node@v3
70-
with:
71-
node-version: ${{ matrix.node-version }}
72-
- name: Set up Python ${{ matrix.python-version }}
73-
uses: actions/setup-python@v4
74-
with:
75-
python-version: ${{ matrix.python-version }}
76-
- name: Set up Flask ${{ matrix.flask-version }}
77-
run: |
78-
pip install --upgrade pip
79-
pip install Flask==${{ matrix.flask-version }}
80-
- name: Install dependencies
81-
run: |
82-
pip install .
83-
pip install -r tests/requirements/flask.txt
84-
- name: PYTHONPATH
85-
run: |
86-
echo "PYTHONPATH=${PWD}" >> $GITHUB_ENV
87-
- name: Test with pytest
88-
run: |
89-
pytest tests/tests_flask

tests/requirements/flask.txt

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

tests/tests_flask/__init__.py

Whitespace-only changes.

tests/tests_flask/conftest.py

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

tests/tests_flask/es6_scss/__init__.py

Whitespace-only changes.

tests/tests_flask/es6_scss/test_flask.py

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

0 commit comments

Comments
 (0)