Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Update pytest version config
Browse files Browse the repository at this point in the history
Signed-off-by: JaySon-Huang <[email protected]>
  • Loading branch information
JaySon-Huang committed Oct 25, 2024
1 parent 0e1e051 commit 2692807
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 9 deletions.
1 change: 1 addition & 0 deletions dev-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@

sqlalchemy>=1.4.51,<2
alembic
pytest>=6.2,<7
18 changes: 16 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
alembic==1.13.3
# via -r dev-requirements.in
attrs==24.2.0
# via pytest
iniconfig==2.0.0
# via pytest
mako==1.3.6
# via alembic
markupsafe
markupsafe==3.0.2
# via mako
sqlalchemy==1.4.51
packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
py==1.11.0
# via pytest
pytest==6.2.5
# via -r dev-requirements.in
sqlalchemy==1.4.54
# via
# -r dev-requirements.in
# alembic
toml==0.10.2
# via pytest
typing-extensions==4.12.2
# via alembic
2 changes: 1 addition & 1 deletion test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mock
more-itertools
mysqlclient
mysql-connector
pytest
pytest>=6.2,<7
tox
sqlalchemy>=1.4.51,<2
alembic
15 changes: 9 additions & 6 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
alembic==1.13.3
# via -r test-requirements.in
attrs==24.2.0
# via pytest
cachetools==5.5.0
# via tox
chardet==5.2.0
Expand All @@ -8,8 +10,6 @@ colorama==0.4.6
# via tox
distlib==0.3.9
# via virtualenv
exceptiongroup==1.2.2
# via pytest
filelock==3.16.1
# via
# tox
Expand All @@ -18,7 +18,7 @@ iniconfig==2.0.0
# via pytest
mako==1.3.6
# via alembic
markupsafe
markupsafe==3.0.2
# via mako
mock==5.1.0
# via -r test-requirements.in
Expand All @@ -41,18 +41,21 @@ pluggy==1.5.0
# via
# pytest
# tox
py==1.11.0
# via pytest
pyproject-api==1.8.0
# via tox
pytest==8.3.3
pytest==6.2.5
# via -r test-requirements.in
sqlalchemy==1.4.51
sqlalchemy==1.4.54
# via
# -r test-requirements.in
# alembic
toml==0.10.2
# via pytest
tomli==2.0.2
# via
# pyproject-api
# pytest
# tox
tox==4.23.2
# via -r test-requirements.in
Expand Down

0 comments on commit 2692807

Please sign in to comment.