@@ -21,7 +21,8 @@ from setuptools.command.test import test as TestCommand
# we only support Python 3 version >= 3.4
ifsys.version_info<(3,4):
raiseRuntimeError("Python 3.4 or higher is required")
raiseSystemExit("Python 3.4 or higher is required")
classTox(TestCommand):
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.