From b1872864b20588cc84280e5449158bb2168cc58b Mon Sep 17 00:00:00 2001 From: Rickard Bolin Date: Wed, 17 Aug 2022 13:49:03 +0000 Subject: MLBEDSW-6424: Remove Pipfile support Remove Pipfile support due to lack of testing and maintenance. Signed-off-by: Rickard Bolin Change-Id: I93786cdbf22bfa2130601291d23cead177bd8f81 --- TESTING.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'TESTING.md') 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 -- cgit v1.2.1