Skip to content

Commit

Permalink
HACKING: document required pytest version
Browse files Browse the repository at this point in the history
Before 7.0.0 pytest did not support setting a pythonpath in
pyproject.toml
  • Loading branch information
jelly committed Nov 28, 2022
1 parent 89e8ff2 commit def798f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit def798f

Please sign in to comment.