Merge "Run docs tox env under py3"

This commit is contained in:
Zuul
2019年04月02日 19:24:37 +00:00
committed by Gerrit Code Review

View File

@@ -430,6 +430,7 @@ class SwiftHttpProtocol(wsgi.HttpProtocol):
# for py3:
def get_default_type(self):
'''If the client didn't provide a content type, leave it blank.'''
return ''

View File

@@ -142,7 +142,7 @@ setenv = SWIFT_TEST_IN_PROCESS=1
commands = {posargs}
[testenv:docs]
basepython = python2.7
basepython = python3
deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.