Fix tests running for zuul
- Add Sphinx to test-requirements - Add a venv environment to tox for zuul runner. - Fix pep8 issue in tests. Change-Id: I742802381e588790a86d00371829dc88d21c9e64
This commit is contained in:
parent
35951b0386
commit
3ca4acb494
@ -12,8 +12,6 @@
|
||||
|
||||
import re
|
||||
|
||||
import requests
|
||||
|
||||
from requests_mock import adapter
|
||||
from requests_mock.tests import base
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
discover
|
||||
fixtures
|
||||
mock
|
||||
sphinx>=1.1.2,!=1.2.0,<1.3
|
||||
testrepository>=0.0.18
|
||||
testtools
|
||||
|
Loading…
Reference in New Issue
Block a user