Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit eac6df1

Browse files
fix deps
1 parent acaba56 commit eac6df1

File tree

3 files changed

+449
-312
lines changed

3 files changed

+449
-312
lines changed

docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ COPY --chmod=755 --from=berglas /bin/berglas /usr/local/bin/berglas
1919

2020
FROM app as self-hosted
2121

22-
RUN pip uninstall -y typing
2322
# set settings module
2423
ENV DJANGO_SETTINGS_MODULE="codecov.settings_enterprise"
2524
# Remove the settings dev and enterprise files.

pyproject.toml

Lines changed: 16 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies = [
88
"aiodataloader",
99
"ariadne==0.23",
1010
"ariadne_django==0.3.0",
11+
"codecovopentelem",
1112
"celery>=5.3.6",
1213
"cerberus",
1314
"ddtrace",
@@ -23,9 +24,6 @@ dependencies = [
2324
"drf-spectacular",
2425
"drf-spectacular-sidecar",
2526
"elastic-apm",
26-
"factory-boy",
27-
"fakeredis",
28-
"freezegun",
2927
"google-cloud-pubsub",
3028
"gunicorn>=22.0.0",
3129
"idna>=3.7",
@@ -34,15 +32,9 @@ dependencies = [
3432
"opentelemetry-sdk>=1.24.0",
3533
"opentracing",
3634
"polars==1.12.0",
37-
"pre-commit",
3835
"psycopg2",
3936
"PyJWT",
4037
"pydantic",
41-
"pytest>=7.2.0",
42-
"pytest-cov",
43-
"pytest-django",
44-
"pytest-mock",
45-
"pytest-asyncio",
4638
"python-dateutil",
4739
"python-json-logger",
4840
"python-redis-lock",
@@ -53,9 +45,12 @@ dependencies = [
5345
"sentry-sdk>=2.13.0",
5446
"sentry-sdk[celery]",
5547
"setproctitle",
48+
"shared",
5649
"simplejson",
5750
"starlette==0.40.0",
5851
"stripe>=9.6.0",
52+
"test-results-parser",
53+
"timestring",
5954
"urllib3>=1.26.19",
6055
"vcrpy",
6156
"whitenoise",
@@ -73,26 +68,19 @@ py-modules = []
7368

7469
[tool.uv]
7570
dev-dependencies = [
76-
"factory-boy>=3.3.1",
77-
"freezegun>=1.5.1",
78-
"mock>=5.1.0",
79-
"pre-commit>=4.0.1",
80-
"pytest>=8.3.3",
81-
"pytest-asyncio>=0.24.0",
82-
"pytest-celery>=1.1.3",
83-
"pytest-cov>=6.0.0",
84-
"pytest-django>=4.9.0",
85-
"pytest-freezegun>=0.4.2",
86-
"pytest-mock>=3.14.0",
87-
"pytest-sqlalchemy>=0.2.1",
88-
"respx>=0.21.1",
89-
"sqlalchemy-utils>=0.41.2",
90-
"time-machine>=2.16.0",
91-
"vcrpy>=6.0.2",
71+
"factory-boy",
72+
"fakeredis",
73+
"freezegun",
74+
"pre-commit",
75+
"pytest>=7.2.0",
76+
"pytest-cov",
77+
"pytest-asyncio",
78+
"pytest-django",
79+
"pytest-mock",
80+
"vcrpy",
9281
]
9382

9483

9584
[tool.uv.sources]
96-
timestring = { git = "https://github.com/codecov/timestring", rev = "d37ceacc5954dff3b5bd2f887936a98a668dda42" }
97-
test-results-parser = { git = "https://github.com/codecov/test-results-parser", rev = "94ff26cb083a02ff726dd2497c2129e4aaf5f7cd" }
98-
shared = { git = "https://github.com/codecov/shared", rev = "511b553fd19113f1716326b0363b9d9a4afca1d7" }
85+
codecovopentelem = { git = "https://github.com/codecov/opentelem-python", rev = "df1e241927d4794fc0e24f96431f0fb730edac21" }
86+
shared = { git = "https://github.com/codecov/shared", rev = "9c31870de026a8a3f026f0753b1991e8c832fadb" }

0 commit comments

Comments
 (0)