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 3c51dfc commit 29e2b1dCopy full SHA for 29e2b1d
tests/integ/sagemaker/experiments/conftest.py
@@ -155,7 +155,7 @@ def tempdir():
155
@pytest.fixture(scope="module")
156
def dev_sdk_tar():
157
resource_dir = os.path.join(DATA_DIR, "experiment")
158
- os.system("python setup.py sdist")
+ os.system("python -m build --sdist")
159
sdist_path = max(glob.glob("dist/sagemaker-*"), key=os.path.getctime)
160
sdk_file = os.path.join(resource_dir, _EXP_PLUS_SDK_TAR)
161
shutil.copy(sdist_path, sdk_file)
0 commit comments