diff options
| author | Tim Orling <tim.orling@konsulko.com> | 2026-06-03 17:19:31 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-06-12 18:48:59 +0000 |
| commit | d623a2e2593cb6ef8b637b754a4ecf0a6ff8cf4d (patch) | |
| tree | 916d3f498f250efc0c7f06ec9ff70d3486952fa1 /tests | |
| parent | 3ed3d6b3f36ae4876dbb39d8fec4cfff66c0c337 (diff) | |
| download | meta-virtualization-d623a2e2593cb6ef8b637b754a4ecf0a6ff8cf4d.tar.gz | |
tests: add requirements.txt
Add requirements.txt to allow versions to be pinned.
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt new file mode 100644 index 00000000..b0ac705f --- /dev/null +++ b/tests/requirements.txt | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | pytest>=9.0.3,<10 | ||
| 2 | pytest-timeout>=2.4.0,<3 | ||
| 3 | pexpect>=4.9.0,<5 | ||
