Remove dead code

This commit is contained in:
Pedro Algarvio 2019-04-04 14:07:57 +01:00
parent 7b2c1ce272
commit a76981bc5b
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -75,14 +75,6 @@ class CaptureSTDs(object):
REPO_ROOT = os.path.abspath(os.path.dirname(__file__))
SITECUSTOMIZE_DIR = os.path.join(REPO_ROOT, 'tests', 'support', 'coverage')
IS_WINDOWS = sys.platform.lower().startswith('win')
REQUIREMENTS_OVERRIDES = {
None: [
'jsonschema <= 2.6.0'
],
'ubuntu-14.04': [
'tornado < 5.0'
]
}
# Python versions to run against
_PYTHON_VERSIONS = ('2', '2.7', '3', '3.4', '3.5', '3.6')