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 2af9b24 commit b102563Copy full SHA for b102563
tests/integ/test_git.py
@@ -25,6 +25,8 @@
25
GIT_REPO = 'https://github.com/aws/sagemaker-python-sdk.git'
26
BRANCH = 'test-branch-git-config'
27
COMMIT = '329bfcf884482002c05ff7f44f62599ebc9f445a'
28
+
29
+# endpoint tests all use the same port, so we use this lock to prevent concurrent execution
30
LOCK_PATH = os.path.join(tempfile.gettempdir(), 'sagemaker_test_git_lock')
31
32
0 commit comments