1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2026-01-25 20:25:55 +00:00

test: Remove dependency on Python 2

Python 2 is approaching end of life, and we only need it to run
the mail_diff test utility.

This patch updates mail_diff to run on Python 3, which only needed minor
changes.
This commit is contained in:
Alberto Bertogli
2019-08-30 09:46:46 +01:00
parent e98464c424
commit 0f487e5fb5
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
This directory holds end to end tests, written usually in a combination of
shell and some Python.
shell and some Python 3.
They're not expected to be portable, as that gets impractical very quickly.
They also have some dependencies, listed below.