diff options
Diffstat (limited to 'test/requirements.txt')
-rw-r--r-- | test/requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/requirements.txt b/test/requirements.txt index 103bc190005..40d570599b0 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -17,3 +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 |