Skip to content

Commit e3b3aa0

Browse files
committed
refactor: add pytest to ci deps
1 parent ad24e73 commit e3b3aa0

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

requirements-ci.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ tox-gh-actions
33
django
44
django-components
55
pydantic
6+
pytest

requirements-ci.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,28 +28,31 @@ filelock==3.16.1
2828
# via
2929
# tox
3030
# virtualenv
31+
iniconfig==2.1.0
32+
# via pytest
3133
packaging==24.2
3234
# via
3335
# pyproject-api
36+
# pytest
3437
# tox
35-
platformdirs==4.3.6
38+
platformdirs==4.3.7
3639
# via
3740
# tox
3841
# virtualenv
3942
pluggy==1.5.0
40-
# via tox
43+
# via
44+
# pytest
45+
# tox
4146
pydantic==2.10.6
4247
# via -r requirements-ci.in
4348
pydantic-core==2.27.2
4449
# via pydantic
4550
pyproject-api==1.8.0
4651
# via tox
52+
pytest==8.3.5
53+
# via -r requirements-ci.in
4754
sqlparse==0.5.3
4855
# via django
49-
tomli==2.2.1
50-
# via
51-
# pyproject-api
52-
# tox
5356
tox==4.24.2
5457
# via
5558
# -r requirements-ci.in
@@ -58,9 +61,7 @@ tox-gh-actions==3.3.0
5861
# via -r requirements-ci.in
5962
typing-extensions==4.12.2
6063
# via
61-
# asgiref
6264
# pydantic
6365
# pydantic-core
64-
# tox
6566
virtualenv==20.29.3
6667
# via tox

0 commit comments

Comments
 (0)