Skip to content

Commit ee9b1bc

Browse files
Merge branch 'release_v09' of https://github.com/NHSDigital/data-validation-engine into release_v09
2 parents 5ea35ec + d27fb21 commit ee9b1bc

5 files changed

Lines changed: 8 additions & 10 deletions

File tree

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[tools]
22
python="3.12"
3-
poetry="2.3.3"
3+
poetry="2.4.1"
44
java="liberica-1.8.0"

CONTRIBUTE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ poetry install --with lint
5858

5959
## Installation for Development
6060

61-
We are utilising Poetry for build dependency management and packaging. If you're on a system that has `Make` available, you can simply run `make install` to setup a local virtual environment with all the dependencies installed (this won't install Poetry for you).
61+
We are utilising Poetry for build dependency management and packaging. To install simply run `poetry install`. If you need to update any of the dependencies then you will need to run `poetry lock` before the install command. **Please always review the contents of the lock before installing. We have a `min-release-age` of `10` which means that packages will not be updated until they have been released for at least 10 days.
6262

6363
## Testing
6464

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
activate = poetry run
22

3-
# dev
4-
install:
5-
poetry lock
6-
poetry install --with dev
7-
83
# dist
94
wheel:
105
poetry build -f wheel

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

poetry.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[experimental]
22
new-installer = false
33

4+
[solver]
5+
min-release-age = 10
6+
47
[virtualenvs]
58
in-project = true

0 commit comments

Comments
 (0)