Re: [meta-virtualization][PATCH] tests: add requirements.txt

Bruce Ashfield <[email protected]> Fri, 12 Jun 2026 11:49:44 -0700 (PDT)
Newsgroups org.yoctoproject.lists.meta-virtualization
Message-ID <[email protected]>
Merged into master as d623a2e2.

Pins look sensible — pytest 9.x, pytest-timeout 2.x, pexpect 4.x are
exactly what the existing tests/ harness depends on. Glad to have the
version constraints explicit; will help reproducibility for anyone
running the suites outside the autobuilder.

Thanks.

Bruce

On Wed, Jun 03, 2026 at 17:19 -0700, Tim Orling wrote:
> Add requirements.txt to allow versions to be pinned.
> 
> Signed-off-by: Tim Orling <[email protected]>
> ---
>  tests/requirements.txt | 3 +++
>  1 file changed, 3 insertions(+)
>  create mode 100644 tests/requirements.txt
> 
> 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 @@
> +pytest>=9.0.3,<10
> +pytest-timeout>=2.4.0,<3
> +pexpect>=4.9.0,<5