Skip to content

Commit

Permalink
update shares sha
Browse files Browse the repository at this point in the history
  • Loading branch information
nora-codecov committed Nov 14, 2024
1 parent afd37c6 commit 6ced179
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ factory-boy
fakeredis
freezegun
https://github.com/codecov/opentelem-python/archive/refs/tags/v0.0.4a1.tar.gz#egg=codecovopentelem
https://github.com/codecov/shared/archive/26f0db073fe2d6355c227d032e1b27c3602a010c.tar.gz#egg=shared
https://github.com/codecov/shared/archive/9c31870de026a8a3f026f0753b1991e8c832fadb.tar.gz#egg=shared
google-cloud-pubsub
gunicorn>=22.0.0
https://github.com/photocrowd/django-cursor-pagination/archive/f560902696b0c8509e4d95c10ba0d62700181d84.tar.gz
Expand Down
18 changes: 2 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ aiodataloader==0.4.0
# via -r requirements.in
amqp==5.2.0
# via kombu
analytics-python==1.3.0b1
# via shared
annotated-types==0.7.0
# via pydantic
anyio==3.6.1
Expand All @@ -33,8 +31,6 @@ attrs==20.3.0
# cattrs
# ddtrace
# jsonschema
backoff==1.6.0
# via analytics-python
billiard==4.2.0
# via celery
boto3==1.20.25
Expand Down Expand Up @@ -259,8 +255,6 @@ minio==7.1.13
# shared
mmh3==4.0.1
# via shared
monotonic==1.5
# via analytics-python
multidict==4.7.6
# via yarl
nodeenv==1.5.0
Expand Down Expand Up @@ -371,7 +365,6 @@ pytest-mock==3.14.0
python-dateutil==2.9.0.post0
# via
# -r requirements.in
# analytics-python
# botocore
# celery
# django-postgres-extra
Expand All @@ -384,9 +377,7 @@ python-redis-lock==4.0.0
# -r requirements.in
# shared
pytz==2022.1
# via
# -r requirements.in
# shared
# via -r requirements.in
pyyaml==6.0.1
# via
# drf-spectacular
Expand All @@ -403,7 +394,6 @@ regex==2023.12.25
requests==2.32.3
# via
# -r requirements.in
# analytics-python
# codecovopentelem
# google-api-core
# google-cloud-storage
Expand All @@ -421,13 +411,12 @@ sentry-sdk[celery]==2.13.0
# shared
setproctitle==1.1.10
# via -r requirements.in
shared @ https://github.com/codecov/shared/archive/26f0db073fe2d6355c227d032e1b27c3602a010c.tar.gz
shared @ https://github.com/codecov/shared/archive/9c31870de026a8a3f026f0753b1991e8c832fadb.tar.gz
# via -r requirements.in
simplejson==3.17.2
# via -r requirements.in
six==1.16.0
# via
# analytics-python
# click-repl
# ddsketch
# ddtrace
Expand Down Expand Up @@ -461,8 +450,6 @@ tlslite-ng==0.8.0b1
# via shared
toml==0.10.2
# via pre-commit
typing==3.7.4.3
# via shared
typing-extensions==4.6.2
# via
# aiodataloader
Expand All @@ -471,7 +458,6 @@ typing-extensions==4.6.2
# opentelemetry-sdk
# pydantic
# pydantic-core
# shared
# stripe
tzdata==2024.1
# via celery
Expand Down
5 changes: 4 additions & 1 deletion upload/tests/views/test_bundle_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,10 @@ def test_upload_bundle_analysis_tokenless_mismatched_branch(
upload = mocker.patch.object(TaskService, "upload")

commit_sha = "6fd5b89357fc8cdf34d6197549ac7c6d7e5977ef"
repository = RepositoryFactory.create(private=False)
repository = RepositoryFactory.create(
private=False,
author__upload_token_required_for_public_repos=True,
)
CommitFactory.create(repository=repository, commitid=commit_sha, branch="main")

client = APIClient()
Expand Down

0 comments on commit 6ced179

Please sign in to comment.