Skip to content

Commit

Permalink
Fix comment in test_api.py
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
  • Loading branch information
MVrachev committed Feb 26, 2021
1 parent 8308f85 commit 74e1b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from tests import utils

# TODO: Remove case handling when fully dropping support for versions >= 3.6
# TODO: Remove case handling when fully dropping support for versions < 3.6
IS_PY_VERSION_SUPPORTED = sys.version_info >= (3, 6)

# Use setUpModule to tell unittest runner to skip this test module gracefully.
Expand Down

0 comments on commit 74e1b0f

Please sign in to comment.