Add a test case for pinned tool versions

This commit is contained in:
Joe Rickerby
2020-02-18 09:33:07 +00:00
parent fe3abfba92
commit c9e4a66915
5 changed files with 159 additions and 1 deletions
+2 -1
View File
@@ -103,4 +103,5 @@ class DependencyConstraints(object):
return self.base_file_path
get_pip_script = os.path.abspath(os.path.join(os.path.dirname(__file__), 'resources', 'get-pip.py'))
resources_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), 'resources'))
get_pip_script = os.path.join(resources_dir, 'get-pip.py')