aboutsummaryrefslogtreecommitdiff
path: root/TESTING.md
diff options
context:
space:
mode:
authorRickard Bolin <rickard.bolin@arm.com>2022-08-17 13:49:03 +0000
committerRickard Bolin <rickard.bolin@arm.com>2022-09-12 10:50:11 +0000
commitb1872864b20588cc84280e5449158bb2168cc58b (patch)
tree0b2b334abe840410877718baaace2d9a2d8f918f /TESTING.md
parent701ba91870fa09e63d1ee3af6654689f78c138e8 (diff)
downloadethos-u-vela-b1872864b20588cc84280e5449158bb2168cc58b.tar.gz
MLBEDSW-6424: Remove Pipfile support
Remove Pipfile support due to lack of testing and maintenance. Signed-off-by: Rickard Bolin <rickard.bolin@arm.com> Change-Id: I93786cdbf22bfa2130601291d23cead177bd8f81
Diffstat (limited to 'TESTING.md')
-rw-r--r--TESTING.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/TESTING.md b/TESTING.md
index 118d7462..dba13056 100644
--- a/TESTING.md
+++ b/TESTING.md
@@ -21,16 +21,7 @@ This is also used to run the following test and coverage tools:
### Installation
-To install pre-commit, pytest and pytest-cov in the pipenv virtual environment
-use the following command:
-
-```bash
-pipenv install -e . --dev
-```
-
-The remaining tools will all be installed automatically upon first use.
-
-If a virtual environment is not used, the packages can instead be installed through:
+To install pre-commit, pytest and pytest-cov use the following command:
```bash
pip install pre-commit
@@ -40,6 +31,8 @@ pip install pytest
pip install pytest-cov
```
+The remaining tools will all be installed automatically upon first use.
+
### Add pre-commit hook (Automatically running the tools)
To support code development all the above tools can be configured to run