tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
100 stars 48 forks source link

test: do not assume error file #253

Closed DifferentialOrange closed 1 year ago

DifferentialOrange commented 1 year ago

Error extension "file" field may change even between minor releases (and CI already fails [1]). It is safer not to assume anything.

  1. https://github.com/tarantool/tarantool/actions/runs/3361368409/jobs/5571811177

Follows up #198