mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Remove dead code
This commit is contained in:
parent
2d5751d418
commit
af5354d100
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user