Skip to content

Commit 35d34cf

Browse files
committed
remove the pythonpath set in tool.pytest.ini_options
1 parent 85165d1 commit 35d34cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def windows_wheels(pythonVersions, testPackages, params, wheelStashes, retryTime
346346
unstash "python${pythonVersion} windows wheel"
347347
findFiles(glob: 'dist/*.whl').each{
348348
bat """python -m pip install --disable-pip-version-check uv
349-
uv export --frozen --only-dev --no-hashes > requirements-dev.txt ; `
349+
uv export --frozen --only-dev --no-hashes > requirements-dev.txt
350350
uvx -p ${pythonVersion} --constraint requirements-dev.txt --with tox-uv tox run -e py${pythonVersion.replace('.', '')} --installpkg ${it.path}
351351
"""
352352
}

0 commit comments

Comments
 (0)