We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ce58a commit 0c00b2eCopy full SHA for 0c00b2e
aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/test_aws_opentelemetry_distro.py
@@ -45,7 +45,7 @@ def setUp(self):
45
del os.environ[var]
46
47
# Preserve the original sys.path
48
- self.original_sys_path = sys.path.copy()
+ # self.original_sys_path = sys.path.copy()
49
50
def tearDown(self):
51
# Clear all env vars first
@@ -58,7 +58,7 @@ def tearDown(self):
58
os.environ[var] = value
59
60
# Restore the original sys.path
61
- sys.path[:] = self.original_sys_path
+ # sys.path[:] = self.original_sys_path
62
63
def test_package_available(self):
64
try:
0 commit comments