You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on ticket TIMX-258 it was determined that vcrpy 5.x breaks our test suite. This change is somewhat time sensitive, so temporarily pinning versions of vcrpy and urllib3.
This application also needs updating to our new python application conventions, which would be a good time to work on this change.
It is recommend after update to remove pinned versions for:
vcrpy = "==4.2.1"
urllib3 = "==1.26.18"
The text was updated successfully, but these errors were encountered:
While working on ticket TIMX-258 it was determined that
vcrpy 5.x
breaks our test suite. This change is somewhat time sensitive, so temporarily pinning versions ofvcrpy
andurllib3
.This application also needs updating to our new python application conventions, which would be a good time to work on this change.
It is recommend after update to remove pinned versions for:
vcrpy = "==4.2.1"
urllib3 = "==1.26.18"
The text was updated successfully, but these errors were encountered: