Update sphinx-testing requirements to >=1.0.1

During the investigaion of the mailing list thread [1],
it turns out that our test does work with sphinx-testing<1.0.1
and requires sphinx-testing==1.0.1.
read_text() method is from sphinx_testing.path.path class but
str is returned as app.outdir in test setUp() with sphinx-testing<1.0.1.

[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-March/013653.html

Change-Id: I35d6d4bed2e069a51794cc2a9baa8288869d894e
This commit is contained in:
Akihiro Motoki 2020-03-29 12:48:38 +09:00
parent ac100a7b76
commit b5ffcc302c
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ coverage!=4.4,>=4.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
sphinx-testing>=0.7.2 # BSD License
sphinx-testing>=1.0.1 # BSD License
beautifulsoup4>=4.6.0 # MIT
stestr>=2.0.0 # Apache-2.0