From 84a71a639874f603c032450da69f329ee93e22b1 Mon Sep 17 00:00:00 2001 From: git-hyagi <45576767+git-hyagi@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:06:09 -0300 Subject: [PATCH] Pin pytest version to avoid CI permission errors The CI is failing with `pytest-8.0.0`: ``` E PermissionError: [Errno 13] Permission denied: '/lost+found/__init__.py' ``` [noissue] --- functest_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functest_requirements.txt b/functest_requirements.txt index 5aecac20..c762ecf1 100644 --- a/functest_requirements.txt +++ b/functest_requirements.txt @@ -1,2 +1,2 @@ pulp-smash @ git+https://github.com/pulp/pulp-smash.git -pytest +pytest==7.4.4