This repository was archived by the owner on Jun 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +373
-314
lines changed Expand file tree Collapse file tree 3 files changed +373
-314
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ COPY --chmod=755 --from=berglas /bin/berglas /usr/local/bin/berglas
1919
2020FROM app as self-hosted
2121
22- RUN pip uninstall -y typing
2322# set settings module
2423ENV DJANGO_SETTINGS_MODULE="codecov.settings_enterprise"
2524# Remove the settings dev and enterprise files.
Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ dependencies = [
2323 " drf-spectacular" ,
2424 " drf-spectacular-sidecar" ,
2525 " elastic-apm" ,
26- " factory-boy" ,
27- " fakeredis" ,
28- " freezegun" ,
2926 " google-cloud-pubsub" ,
3027 " gunicorn>=22.0.0" ,
3128 " idna>=3.7" ,
@@ -34,15 +31,9 @@ dependencies = [
3431 " opentelemetry-sdk>=1.24.0" ,
3532 " opentracing" ,
3633 " polars==1.12.0" ,
37- " pre-commit" ,
3834 " psycopg2" ,
3935 " PyJWT" ,
4036 " pydantic" ,
41- " pytest>=7.2.0" ,
42- " pytest-cov" ,
43- " pytest-django" ,
44- " pytest-mock" ,
45- " pytest-asyncio" ,
4637 " python-dateutil" ,
4738 " python-json-logger" ,
4839 " python-redis-lock" ,
@@ -53,9 +44,12 @@ dependencies = [
5344 " sentry-sdk>=2.13.0" ,
5445 " sentry-sdk[celery]" ,
5546 " setproctitle" ,
47+ " shared" ,
5648 " simplejson" ,
5749 " starlette==0.40.0" ,
5850 " stripe>=9.6.0" ,
51+ " test-results-parser" ,
52+ " timestring" ,
5953 " urllib3>=1.26.19" ,
6054 " vcrpy" ,
6155 " whitenoise" ,
@@ -73,22 +67,16 @@ py-modules = []
7367
7468[tool .uv ]
7569dev-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" ,
70+ " factory-boy" ,
71+ " fakeredis" ,
72+ " freezegun" ,
73+ " pre-commit" ,
74+ " pytest>=7.2.0" ,
75+ " pytest-cov" ,
76+ " pytest-asyncio" ,
77+ " pytest-django" ,
78+ " pytest-mock" ,
79+ " vcrpy" ,
9280]
9381
9482
You can’t perform that action at this time.
0 commit comments