diff options
author | Aloys Augustin <aloaugus@cisco.com> | 2020-04-07 15:43:33 +0200 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2020-04-07 17:19:42 +0000 |
commit | 1f2e146bd3f78ac6c7caf7ed92eff82a75644de6 (patch) | |
tree | 86e9a35dede2d167c12cae20b1a325a28ba0f30b /test/requirements.txt | |
parent | e10d167bfe8aec76cee138cbe33166ba89423c8c (diff) |
tests: pin sphinx and sphinx-rtd-theme
Add these two packages to requirements.txt so that their version and
the version of their dependencies are pinned to limit the risk of
unexpected breakage.
Change-Id: If330404f2e840af3d2628f997ce406cd14e7e128
Type: fix
Signed-off-by: Aloys Augustin <aloaugus@cisco.com>
Diffstat (limited to 'test/requirements.txt')
-rw-r--r-- | test/requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/requirements.txt b/test/requirements.txt index 40d570599b0..daeec3e1e13 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -17,5 +17,5 @@ subprocess32 # PSF syslog_rfc5424_parser>=0.3.1 # ISC objgraph # MIT pympler # Apache-2.0 -# sphinx 3.0.0 crashes with a traceback -sphinx<3.0.0 +sphinx<3.0.0 # BSD, sphinx 3.0.0 crashes with a traceback +sphinx-rtd-theme # MIT |