tl-its-umich-edu / unizin-validation

Unizin Validation Scripts
1 stars 4 forks source link

Dockerfile needs to be updated to use Python 3.7 as a base image #17

Closed ssciolla closed 4 years ago

ssciolla commented 4 years ago

We encountered an error when testing on Jenkins and OpenShift related to the use of the datetime.fromisoformat in a check in db_queries.py, which is a new feature in Python 3.7. We'll need to update the Dockerfile to use this new version of Python as a base image.