Skip to content

Commit dd05808

Browse files
committed
try forcing all extras in dev environment
1 parent 2a4c0b7 commit dd05808

File tree

3 files changed

+2
-683
lines changed

3 files changed

+2
-683
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ DOTENV_OVERRIDE_FILE ?= .env
44

55
COMPOSE_FILE ?= docker/docker-compose.local.yml
66
COMPOSE_PROJECT_NAME ?= flagsmith-common
7-
UV_ALL_EXTRAS ?= true
87

98
-include $(DOTENV_OVERRIDE_FILE)
109

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ flagsmith = "common.core.main:main"
6262
[project.entry-points.pytest11]
6363
flagsmith-test-tools = "common.test_tools.plugin"
6464

65-
[dependency-groups]
65+
[tool.dependency-groups]
6666
dev = [
67+
".[common-core,task-processor,test-tools]",
6768
"dj-database-url (>=2.3.0, <3.0.0)",
6869
"django-stubs (>=5.1.3, <6.0.0)",
6970
"djangorestframework-stubs (>=3.15.3, <4.0.0)",

0 commit comments

Comments
 (0)