Update tests fix

Fix migration init_db 'id'
Handle app context when needed
Fix conftest fixtures
Rearrange test Dockerfiles
Hide DeprecationWarning during pytest execution
Upgrade all python packages
This commit is contained in:
Ymage
2022-12-22 22:47:02 +01:00
parent 8d849ee2a1
commit 8dd03a4d85
14 changed files with 537 additions and 484 deletions

View File

@ -1,34 +1,41 @@
Flask==1.1.2
Flask-Assets==2.0
Flask-Login==0.5.0
Flask-SQLAlchemy==2.4.4
Flask-Migrate==2.5.3
SQLAlchemy==1.3.19
mysqlclient==2.0.1
mysqlclient==2.1.1
configobj==5.0.6
bcrypt>=3.1.7
requests==2.24.0
python-ldap==3.4.2
pyotp==2.4.0
qrcode==6.1
bcrypt==4.0.1
requests==2.28.1
python-ldap==3.4.3
pyotp==2.8.0
qrcode==7.3.1
dnspython>=1.16.0
gunicorn==20.0.4
python3-saml
pytz==2020.1
gunicorn==20.1.0
python3-saml==1.14.0
pytz==2022.7
cssmin==0.2.0
rjsmin==1.2.0
Authlib==0.15
rjsmin==1.2.1
Authlib==1.2.0
Flask-SeaSurf==1.1.1
bravado-core==5.17.0
bravado-core==5.17.1
jsonschema[format]>=2.5.1,<4.0.0 # until https://github.com/Yelp/bravado-core/pull/385
lima==0.5
pytest==6.2.5
pytimeparse==1.1.8
PyYAML==5.4
Flask-SSLify==0.1.5
alembic==1.9.0
certifi==2022.12.7
cffi==1.15.1
passlib==1.7.4
pyasn1==0.4.8
webcolors==1.12
zipp==3.11.0
Flask==2.2.2
Flask-Assets==2.0
Flask-Login==0.6.2
Flask-SQLAlchemy==3.0.2
Flask-Migrate==4.0.0
SQLAlchemy==1.4.45
pyOpenSSL==22.1.0
Authlib==1.2.0
Flask-SeaSurf==1.1.1
PyYAML==6.0
Flask-Mail==0.9.1
flask-session==0.3.2
Jinja2==3.0.3
itsdangerous==2.0.1
werkzeug==2.0.3
cryptography==36.0.2
Flask-SSLify==0.1.5
Flask-Session==0.4.0
lxml==4.6.5
pytest==7.2.0