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

Is TestIngest PG_VERSION Class Variable required? #205

Closed lewismc closed 1 year ago

lewismc commented 1 year ago

@renato2099 we introduced https://github.com/tagbase/tagbase-server/blob/main/tagbase_server/tagbase_server/test/test_ingest.py#L11 in #188

PG_VERSION = "postgres:9.5"

Is this required? If not then we can cleanup.