From d5ad823895bc93cb1a133da6450e4e6062680724 Mon Sep 17 00:00:00 2001 From: bmccandless Date: Wed, 20 Jan 2021 08:56:54 -0800 Subject: [PATCH] simple solution to the locust test problem (#2026) In this solution, all the server requirements are installed. This is a slightly overkill, but it avoid having to restructure any of the server or test code to avoid unnecessary imports. #2019 --- server/test/locust/requirements-locust.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/server/test/locust/requirements-locust.txt b/server/test/locust/requirements-locust.txt index 8eaebfd6..e8a5c450 100644 --- a/server/test/locust/requirements-locust.txt +++ b/server/test/locust/requirements-locust.txt @@ -1 +1,2 @@ locust +-r ../../requirements.txt