File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ _install-dependency: # Install asdf dependency - mandatory: name=[listed in the
4848_install-dependencies : # Install all the dependencies listed in .tool-versions
4949 for plugin in $$ (grep ' ^[a-z]' .tool-versions | cut -f1 -d' ' ); do \
5050 echo " Installing $$ {plugin}..." ; \
51+ $(MAKE ) _install-dependency name=$$ {plugin}; \
5152 done
5253
5354clean :: # Remove all generated and temporary files (common) @Operations
Original file line number Diff line number Diff line change 1+ # E2E Tests
Original file line number Diff line number Diff line change 22name = " e2e-tests"
33version = " 0.1.0"
44description = " "
5- authors = [
6- {name = " namitha.prabhu" ,email = " namitha.prabhu2@nhs.net" }
7- ]
5+ authors = [{ name = " namitha.prabhu" , email = " namitha.prabhu2@nhs.net" }]
86readme = " README.md"
97requires-python = " >=3.12,<4.0"
10- dependencies = [
11- " pytest-nhsd-apim (==5.0.6)"
12- ]
8+ dependencies = [" pytest-nhsd-apim (==5.0.6)" ]
139
1410
1511[build-system ]
1612requires = [" poetry-core>=2.0.0,<3.0.0" ]
1713build-backend = " poetry.core.masonry.api"
14+
15+ [tool .poetry ]
16+ package-mode = false
You can’t perform that action at this time.
0 commit comments