Skip to content

Commit

Permalink
upgrade pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Jun 3, 2024
1 parent e769fdc commit f1b42f6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 25 deletions.
6 changes: 3 additions & 3 deletions deps-top.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ itsdangerous==2.0.1 # MUST NOT upgrade this, we still use TimedJSO
# werkzeug==2.0.2
flask-apikit==0.0.7
gunicorn==20.0.4 # 生产环境服务器
pytest==6.1.1 # 测试框架
pytest-cov==2.7.1 # 测试覆盖率
pytest-xdist==1.29.0 # 并发测试支持
pytest==8.2.1 # 测试框架
pytest-cov==5.0.0 # 测试覆盖率
pytest-xdist==3.6.1 # 并发测试支持
flask-babel==1.0.0 # i18n
mongoengine==0.20.0 # Mongo数据库
mongomock==4.1.2
Expand Down
42 changes: 20 additions & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
asgiref==3.7.2
typing_extensions==4.11.0
attrs==23.2.0
blinker==1.7.0
Flask-APIKit==0.0.7
Flask==2.2.5
Expand Down Expand Up @@ -117,34 +118,31 @@ oss2==2.7.0
Pillow==8.0.1
pip==23.0.1
pipdeptree==2.13.2
pytest-cov==2.7.1
pytest-cov==5.0.0
coverage==7.4.4
pytest==6.1.1
attrs==23.2.0
pytest==8.2.1
exceptiongroup==1.2.1
iniconfig==2.0.0
packaging==24.0
pluggy==0.13.1
py==1.11.0
toml==0.10.2
pytest-xdist==1.29.0
pluggy==1.5.0
tomli==2.0.1
pytest-forked==1.6.0
py==1.11.0
pytest==8.2.1
exceptiongroup==1.2.1
iniconfig==2.0.0
packaging==24.0
pluggy==1.5.0
tomli==2.0.1
pytest-xdist==3.6.1
execnet==2.1.1
pytest==6.1.1
attrs==23.2.0
pytest==8.2.1
exceptiongroup==1.2.1
iniconfig==2.0.0
packaging==24.0
pluggy==0.13.1
py==1.11.0
toml==0.10.2
pytest-forked==1.6.0
py==1.11.0
pytest==6.1.1
attrs==23.2.0
iniconfig==2.0.0
packaging==24.0
pluggy==0.13.1
py==1.11.0
toml==0.10.2
six==1.16.0
pluggy==1.5.0
tomli==2.0.1
redis==5.0.3
async-timeout==4.0.3
ruff==0.4.1
toml==0.10.2

0 comments on commit f1b42f6

Please sign in to comment.