From b74258b6d2a14e4bd54249b49c16eda137e59b5a Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Tue, 28 Feb 2023 23:33:15 +0200 Subject: [PATCH] Remove stale QA requirement Remove a stale QA requirement for running the tests manually in the rest of our Linux distros. Our CI jobs take care of that, so we don't need to do it. --- RELEASE.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index edec9fb..93865a0 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -46,11 +46,6 @@ and newer platforms, we have to do the following: - [ ] Run the Dangerzone tests. - [ ] Create an .rpm package and install it system-wide. - [ ] Test some QA scenarios (see [Scenarios](#Scenarios) below). -- [ ] Run only the CI tests in the rest of the Linux platforms: - - [ ] Create a new development environment with Poetry. - - [ ] Build the container image and ensure the development environment uses - the new image. - - [ ] Run the Dangerzone tests. ### Scenarios