From af5354d100d3419bc915576032638800601772f7 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 4 Apr 2019 14:07:57 +0100 Subject: [PATCH] Remove dead code --- noxfile.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/noxfile.py b/noxfile.py index a641f1b69c..df1faf60e0 100644 --- a/noxfile.py +++ b/noxfile.py @@ -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')