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
When using the most recent one it breaks in test_network_flow.py (serializer.render
ojp_trip_result = parse_ojp(r)
# TODO ojp_trip_result.ojpresponse.service_delivery.ojptrip_delivery.status== false => error. However, I do only get to ojptrip_delivery.
ojp_trip_result_xml = serializer.render(ojp_trip_result, ns_map=ns_map)
log('generated/ojp_trip_reply.xml', ojp_trip_result_xml)
Do we need to regenerate the exports?
The text was updated successfully, but these errors were encountered:
we currently limited it in requirements.
Had to limit the version (requirements.txt):
When using the most recent one it breaks in test_network_flow.py (serializer.render
Do we need to regenerate the exports?
The text was updated successfully, but these errors were encountered: