Skip to content

Commit 5d8eef1

Browse files
Do not package SCR project in pyproject.toml
1 parent bc163e8 commit 5d8eef1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ smoketest: pytest-guards
7979
poetry run python -m pytest -v --junitxml=smoketest-report.xml -s -m smoketest
8080

8181
prod-smoketest: pytest-guards
82-
poetry run python -m pytest -v --junitxml=smoketest-report.xml -s -m prodsmoketest
82+
poetry run python -m pytest -v --junitxml=smoketest-report.xml -s -m prodsmoketest

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[project]
22
python = "^3.9"
33
name = "summary-care-record-api"
4+
package-mode = false
45

56
[tool.poetry]
67
name = "summary-care-record-api"

0 commit comments

Comments
 (0)