Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed Sep 29, 2020
1 parent 3499d59 commit 99b5438
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions scripts/devops_tasks/test_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
find_packages_missing_on_pypi,
find_whl,
find_tools_packages,
get_installed_packages,
extend_dev_requirements
get_installed_packages
)
from git_helper import get_release_tag, git_checkout_tag, git_checkout_branch, clone_repo

Expand All @@ -39,13 +38,8 @@
AZURE_SDK_FOR_PYTHON_GIT_URL = "https://github.com/Azure/azure-sdk-for-python.git"
TEMP_FOLDER_NAME = ".tmp_code_path"

CUSTOM_REGRESSION_INSTALLED_PACKAGES = [
'msrestazure'
]

logging.getLogger().setLevel(logging.INFO)


class CustomVirtualEnv:
def __init__(self, path):
self.path = os.path.join(path, VENV_NAME)
Expand Down

0 comments on commit 99b5438

Please sign in to comment.