From 637243bbc8b0f82b29dd3f8a556124bd4fe30c68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=BDubo=C5=A1=20Mjachky?= Date: Tue, 30 Jan 2024 10:21:40 +0100 Subject: [PATCH] Pin the pytest dependency A recent upgrade of the pytest package to 8.0.0 led to errors in our CI. This should fix the following error: PermissionError: [Errno 13] Permission denied: '/lost+found/__init__.py' [noissue] --- functest_requirements.txt | 2 +- lint_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functest_requirements.txt b/functest_requirements.txt index e9bea50c1..d58e56db4 100644 --- a/functest_requirements.txt +++ b/functest_requirements.txt @@ -1,3 +1,3 @@ pulp-smash @ git+https://github.com/pulp/pulp-smash.git -pytest +pytest<8 python-gnupg diff --git a/lint_requirements.txt b/lint_requirements.txt index 439141360..e9b638323 100644 --- a/lint_requirements.txt +++ b/lint_requirements.txt @@ -6,7 +6,7 @@ # For more info visit https://github.com/pulp/plugin_template # python packages handy for developers, but not required by pulp -black +black==23.12.1 check-manifest flake8 flake8-black