HACKING: document required pytest version

Before 7.0.0 pytest did not support setting a pythonpath in
pyproject.toml
This commit is contained in:
Jelle van der Waa 2022-11-25 14:43:38 +01:00 committed by Jelle van der Waa
parent 89e8ff2dbf
commit def798f22d
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,8 @@ various bits of the new bridge code. You can run those with `make pytest` or
`systemd_ctypes` submodule is checked out before running `pytest` from the
source directory.
The tests require at least `pytest` 7.0.0 or higher to run.
## Running eslint
Cockpit uses [ESLint](https://eslint.org/) to automatically check JavaScript