From 4a23fb56952ec5376007108239e94093a44cd51e Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Mon, 22 Jun 2020 17:28:17 +0300 Subject: [PATCH] Python 3.5 is a pain --- tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests.py b/tests.py index ea22cad..b55ba96 100644 --- a/tests.py +++ b/tests.py @@ -909,7 +909,8 @@ def test_zest_releaser_check_failure_user_plods_on(self, check_manifest, class VCSHelper(object): - command: Optional[str] = None # override in subclasses + # override in subclasses + command = None # type: Optional[str] def is_installed(self): try: