tarantool / nginx_upstream_module

Tarantool NginX upstream module (REST, JSON API, websockets, load balancing)
Other
174 stars 18 forks source link

Port tests to Python 3 #145

Open Totktonada opened 3 years ago

Totktonada commented 3 years ago

It becomes more and more hard to install Python 2 in different environments: distros are going to remove it. Maybe it would be convenient to port the testing code to Python 3 prior to setting up CI and packaging.

As I see, aside of trivial print xprint(x) changes we should port urllib2 code to urllib3 or requests.