tagbase / tagbase-server

tagbase-server is a data management web service for working with eTUFF and nc-eTAG files.
https://oiip.jpl.nasa.gov/doc/OIIP_Deliverable7.4_TagbasePostgreSQLeTUFF_UserGuide.pdf
Apache License 2.0
7 stars 2 forks source link

Address deprecation in Flask tests #232

Open lewismc opened 1 year ago

lewismc commented 1 year ago
  /Users/lmcgibbn/Downloads/tagbase-server/tagbase_server/.tox/py39/lib/python3.9/site-packages/flask/json/provider.py:230: DeprecationWarning: 'JSONEncoder' is deprecated and will be removed in Flask 2.3. Use 'Flask.json' to provide an alternate JSON implementation instead.
    return json.dumps(obj, **kwargs)
lewismc commented 1 year ago

We need to wait until connexion 3.X is production grade. This is blocked.