Skip to content

Commit 29e2b1d

Browse files
committed
Update conftest.py
1 parent 3c51dfc commit 29e2b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/sagemaker/experiments/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def tempdir():
155155
@pytest.fixture(scope="module")
156156
def dev_sdk_tar():
157157
resource_dir = os.path.join(DATA_DIR, "experiment")
158-
os.system("python setup.py sdist")
158+
os.system("python -m build --sdist")
159159
sdist_path = max(glob.glob("dist/sagemaker-*"), key=os.path.getctime)
160160
sdk_file = os.path.join(resource_dir, _EXP_PLUS_SDK_TAR)
161161
shutil.copy(sdist_path, sdk_file)

0 commit comments

Comments
 (0)