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
1 changed files with 1 additions and 2 deletions

View File

@ -45,8 +45,7 @@ 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)
TextTestRunner(verbosity=2, failfast=True).run(suite)
setup(name = "offlineimap",