This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 7947350  chore: fix perf test deps and note (#6120)
7947350 is described below

commit 7947350d21bc53b783914b8cad38f3c81211c9c5
Author: tzssangglass <[email protected]>
AuthorDate: Sun Jan 16 20:54:40 2022 +0800

    chore: fix perf test deps and note (#6120)
---
 t/perf/requirements.txt | 2 +-
 t/perf/test_http.py     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/perf/requirements.txt b/t/perf/requirements.txt
index 2170c1e..7a997b5 100644
--- a/t/perf/requirements.txt
+++ b/t/perf/requirements.txt
@@ -1 +1 @@
-PyYAML=5.3.1
+PyYAML==5.3.1
diff --git a/t/perf/test_http.py b/t/perf/test_http.py
index 91fa89d..29f1690 100755
--- a/t/perf/test_http.py
+++ b/t/perf/test_http.py
@@ -18,7 +18,7 @@
 #
 
 # Usage:
-# 1. pip3 install -r t/perf/requirements.txt
+# 1. pip3 install -r t/perf/requirements.txt --user
 # 2. python3 ./t/perf/test_http.py
 import http.client
 import os

Reply via email to