Removed comment about python2

This commit is contained in:
Rodolfo García Peñas (kix) 2020-10-25 19:21:58 +01:00
parent 70bf1c74c4
commit 519fc8a8d6

View File

@ -45,7 +45,6 @@ class TestCommand(Command):
# set credentials and OfflineImap command to be executed:
OLITestLib(cred_file='./test/credentials.conf', cmd='./offlineimap.py')
suite = TestLoader().discover('./test/tests')
#TODO: failfast does not seem to exist in python2.6?
TextTestRunner(verbosity=2, failfast=True).run(suite)