Brad Bishop | 34ae600 | 2019-04-08 15:21:03 -0400 | [diff] [blame] | 1 | From 7fc38ae0dec30789fa0d365f1764f4950b700a98 Mon Sep 17 00:00:00 2001 |
| 2 | From: Alistair Francis <alistair.francis@wdc.com> |
| 3 | Date: Tue, 2 Apr 2019 16:52:44 -0700 |
| 4 | Subject: [PATCH 5/5] dev_setup.sh: Remove the test setup dependency |
| 5 | |
| 6 | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> |
| 7 | Upstream-Status: Inappropriate [embedded specific] |
| 8 | |
| 9 | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> |
| 10 | --- |
| 11 | dev_setup.sh | 4 ---- |
| 12 | 1 file changed, 4 deletions(-) |
| 13 | |
| 14 | diff --git a/dev_setup.sh b/dev_setup.sh |
| 15 | index c6aa783e1ef..bcfaa0c16c2 100755 |
| 16 | --- a/dev_setup.sh |
| 17 | +++ b/dev_setup.sh |
| 18 | @@ -353,10 +353,6 @@ if ! pip3 install -r requirements.txt ; then |
| 19 | fi |
| 20 | fi |
| 21 | |
| 22 | -if ! pip3 install -r test-requirements.txt ; then |
| 23 | - echo "Warning test requirements wasn't installed, Note: normal operation should still work fine..." |
| 24 | -fi |
| 25 | - |
| 26 | SYSMEM=$( free | awk '/^Mem:/ { print $2 }' ) |
| 27 | MAXCORES=$(($SYSMEM / 512000)) |
| 28 | MINCORES=1 |
| 29 | -- |
| 30 | 2.21.0 |
| 31 | |