Skip to content

Commit ec899d2

Browse files
committed
Clarify validation prerequisites
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 61acbc5e-7c07-42a7-8e38-31329c4befce
1 parent 4bcb1dd commit ec899d2

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/development.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Development
22

3-
The following is more information about how to develop this project. Note that development commands
4-
require that `make` is installed on your local machine. If you're using Windows, you can install
5-
`make` using [Chocolatey](https://chocolatey.org/) or use WSL.
3+
The following is more information about how to develop this project.
64

75
## Validation
86

@@ -66,6 +64,9 @@ nox -R -s functions_e2e -- -k "dtask_client"
6664
6765
## Generating protobufs
6866

67+
These commands require `make`. If you're using Windows, you can install `make`
68+
using [Chocolatey](https://chocolatey.org/) or use WSL.
69+
6970
```sh
7071
pip3 install -r dev-requirements.txt
7172
make gen-proto

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ def functions_unit(session: nox.Session) -> None:
380380
session.run(
381381
"pytest", *arguments,
382382
"-m", "not dts and not azurite and not functions_e2e",
383+
"--verbose",
383384
)
384385

385386

0 commit comments

Comments
 (0)