diff mbox series

[v3,6/8] Toaster: Move toaster tests requirements in bitbake/lib/toaster/toaster-tests-requirements

Message ID 20231109155618.133124-6-alassane.yattara@savoirfairelinux.com
State New
Headers show
Series [v3,1/8] Toaster: Update toaster-requirements.txt to add pytest and some plugin's | expand

Commit Message

Alassane Yattara Nov. 9, 2023, 3:56 p.m. UTC
To make difference between bitbake and toaster python requirements,
a dedicated requirements file is created for toaster in root of toaster dir.

Signed-off-by: Alassane Yattara <alassane.yattara@savoirfairelinux.com>
---
 lib/toaster/tests/toaster-tests-requirements.txt | 5 +++++
 toaster-requirements.txt                         | 5 -----
 2 files changed, 5 insertions(+), 5 deletions(-)
diff mbox series

Patch

diff --git a/lib/toaster/tests/toaster-tests-requirements.txt b/lib/toaster/tests/toaster-tests-requirements.txt
index f30ac070..7109c625 100644
--- a/lib/toaster/tests/toaster-tests-requirements.txt
+++ b/lib/toaster/tests/toaster-tests-requirements.txt
@@ -1 +1,6 @@ 
 selenium>=4.13.0
+pytest==7.4.2
+pytest-django==4.5.2
+pytest-env==1.1.0
+pytest-html==4.0.2
+pytest-metadata==3.0.0
diff --git a/toaster-requirements.txt b/toaster-requirements.txt
index 19bf6fd2..d8e48b7f 100644
--- a/toaster-requirements.txt
+++ b/toaster-requirements.txt
@@ -2,8 +2,3 @@  Django>4.2,<4.3
 beautifulsoup4>=4.4.0
 pytz
 django-log-viewer==1.1.7
-pytest==7.4.2
-pytest-django==4.5.2
-pytest-env==1.1.0
-pytest-html==4.0.2
-pytest-metadata==3.0.0