mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Re-enable Artifactory in the registries integration test (#14408)
Having worked out the account issue, I've re-enabled Artifactory in the registries test.
This commit is contained in:
parent
87e9ccfb92
commit
e40d3d5dff
2 changed files with 4 additions and 5 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -1570,9 +1570,9 @@ jobs:
|
|||
run: ./uv run -p ${{ env.PYTHON_VERSION }} scripts/registries-test.py --uv ./uv --color always --all
|
||||
env:
|
||||
RUST_LOG: uv=debug
|
||||
# UV_TEST_ARTIFACTORY_TOKEN: ${{ secrets.UV_TEST_ARTIFACTORY_TOKEN }}
|
||||
# UV_TEST_ARTIFACTORY_URL: ${{ secrets.UV_TEST_ARTIFACTORY_URL }}
|
||||
# UV_TEST_ARTIFACTORY_USERNAME: ${{ secrets.UV_TEST_ARTIFACTORY_USERNAME }}
|
||||
UV_TEST_ARTIFACTORY_TOKEN: ${{ secrets.UV_TEST_ARTIFACTORY_TOKEN }}
|
||||
UV_TEST_ARTIFACTORY_URL: ${{ secrets.UV_TEST_ARTIFACTORY_URL }}
|
||||
UV_TEST_ARTIFACTORY_USERNAME: ${{ secrets.UV_TEST_ARTIFACTORY_USERNAME }}
|
||||
UV_TEST_AWS_URL: ${{ secrets.UV_TEST_AWS_URL }}
|
||||
UV_TEST_AWS_USERNAME: aws
|
||||
UV_TEST_AZURE_TOKEN: ${{ secrets.UV_TEST_AZURE_TOKEN }}
|
||||
|
|
|
@ -56,8 +56,7 @@ DEFAULT_TIMEOUT = 30
|
|||
DEFAULT_PKG_NAME = "astral-registries-test-pkg"
|
||||
|
||||
KNOWN_REGISTRIES = [
|
||||
# TODO(john): Restore this when subscription starts up again
|
||||
# "artifactory",
|
||||
"artifactory",
|
||||
"azure",
|
||||
"aws",
|
||||
"cloudsmith",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue