annotate scripts/Docker/sphinxdeps.txt @ 7399:deb8e7e6d66d

Skip redis tests if unable to communicate with the server. If the redis module is in the test environment, the redis tests will not be skipped. If connecting to redis during testing fails with a ConnectionError because there is no redis server at localhost, or if it fails with an AuthenticationError, you would fail a slew of tests. This causes the tests to report as skipped if either of the two errors occurs. It is very inefficient as it fails in setup() for the tests, but at least it does report skipping the tests. Also documented how to pass the redis password to the tests in the test part of the install docs. Future note: running tests needs proper docs in development.txt (including database setup) and a link left to that doc in installation.txt.
author John Rouillard <rouilj@ieee.org>
date Wed, 24 May 2023 12:52:53 -0400
parents 92d09e236d5e
children d117ddcb0ed1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6579
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
1 Babel
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
2 Jinja2
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
3 MarkupSafe
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
4 Pygments
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
5 alabaster
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
6 certifi
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
7 charset-normalizer
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
8 docutils
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
9 idna
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
10 imagesize
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
11 packaging
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
12 pyparsing
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
13 requests
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
14 six
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
15 snowballstemmer
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
16 sphinxcontrib-serializinghtml
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
17 sphinxcontrib-websupport
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
18 urllib3
92d09e236d5e adding missing file
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
19

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