Skip to content

Commit 65a67b7

Browse files
committed
attempt to pin dependencies to locally working version
1 parent 43afa29 commit 65a67b7

File tree

3 files changed

+30
-9
lines changed

3 files changed

+30
-9
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish django-formset
1+
name: Publish django-admin-sortable2
22

33
on:
44
push:
@@ -21,13 +21,13 @@ jobs:
2121
node-version: ["16.x"]
2222

2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
- name: Use Node.js ${{ matrix.node-version }}
26-
uses: actions/setup-node@v2
26+
uses: actions/setup-node@v3
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
- name: Set up Python ${{ matrix.python-version }}
30-
uses: actions/setup-python@v2
30+
uses: actions/setup-python@v3
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333
- name: Install Dependencies

testapp/pytest.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
DJANGO_SETTINGS_MODULE = testapp.settings
33
django_find_project = false
44
addopts = --tb=native --liveserver localhost:8080
5-
asyncio_mode = auto

testapp/requirements.txt

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
playwright
2-
pytest-django
3-
pytest-mock
4-
pytest-playwright
1+
asgiref==3.5.0
2+
attrs==21.4.0
3+
certifi==2021.10.8
4+
charset-normalizer==2.0.12
5+
greenlet==1.1.2
6+
idna==3.3
7+
iniconfig==1.1.1
8+
packaging==21.3
9+
Pillow==9.1.0
10+
playwright==1.20.1
11+
pluggy==1.0.0
12+
py==1.11.0
13+
pyee==8.1.0
14+
pyparsing==3.0.7
15+
pytest==7.1.1
16+
pytest-base-url==2.0.0
17+
pytest-django==4.5.2
18+
pytest-mock==3.7.0
19+
pytest-playwright==0.3.0
20+
python-slugify==6.1.1
21+
requests==2.27.1
22+
sqlparse==0.4.2
23+
text-unidecode==1.3
24+
tomli==2.0.1
25+
urllib3==1.26.9
26+
websockets==10.1

0 commit comments

Comments
 (0)