ci: use python 3 in reusable_testing.yml workflow#101
Conversation
|
#82 introduced Python 3 without breaking compatibility with Python 2, so it should work in general. There is a typo in commit message "This path". LGTM |
The memcached tests have migrated to Python 3 recently in scope of #82. But reusable_testing.yml workflow wasn't updated and tests started to fail. This patch fixes the issue.
bf2bbdf to
1c7ab42
Compare
Typo is fixed, thanks! In |
Totktonada
left a comment
There was a problem hiding this comment.
LGTM.
Am I understand right, the problem is just in shebang in the main test-run script?
Yes, you're right. |
|
It is the weird story. |
The memcached tests have migrated to Python 3 recently in scope of #82.
But reusable_testing.yml workflow wasn't updated and tests started to
fail. This patch fixes the issue.