diff .github/workflows/ci-test.yml @ 7823:5ac9253d2a5f

test: add comment that ci tests don't need pytest-env. redis run in ci doesn't have passwords.
author John Rouillard <rouilj@ieee.org>
date Sat, 23 Mar 2024 19:37:23 -0400
parents a8891a0e10cb
children 3c514819c1b7
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml	Sat Mar 23 02:56:01 2024 -0400
+++ b/.github/workflows/ci-test.yml	Sat Mar 23 19:37:23 2024 -0400
@@ -116,6 +116,8 @@
       - name: Update pip
         run: python -m pip install --upgrade pip
 
+      # note pytest-env is not needed for redis password as there is
+      # no password on CI's redis.
       - name: Install pytest and other packages needed for running tests
         run: pip install flake8 mock pytest pytest-cov requests sphinx-tabs
 

Roundup Issue Tracker: http://roundup-tracker.org/