Remove old excludes
These are detected as errors since the clean up was done[1] in the requirements repository. [1] 314734e938f107cbd5ebcc7af4d9167c11347406 Change-Id: Ib2e0865ebad1a74f702517956a6d25d8bf371fbf
This commit is contained in:
parent
c290dd7fcf
commit
311a6011fb
@ -1,8 +1,4 @@
|
||||
# The order of packages is significant, because pip processes them in the order
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
sphinx>=1.8.0,!=2.1.0 # BSD
|
||||
sphinx>=1.8.0 # BSD
|
||||
sphinxcontrib-apidoc>=0.2.0 # BSD
|
||||
openstackdocstheme>=1.20.0 # Apache-2.0
|
||||
reno>=2.5.0 # Apache-2.0
|
||||
|
@ -28,7 +28,7 @@ classifier =
|
||||
# e.g.: oslo.config[generator]
|
||||
rst-generator =
|
||||
rst2txt>=1.1.0 # BSD
|
||||
sphinx>=1.8.0,!=2.1.0 # BSD
|
||||
sphinx>=1.8.0 # BSD
|
||||
|
||||
[files]
|
||||
packages =
|
||||
|
@ -12,10 +12,7 @@ mypy>=0.720 # MIT
|
||||
# test environment.
|
||||
oslo.log>=3.36.0 # Apache-2.0
|
||||
|
||||
# when we can require tox>= 1.4, this can go into tox.ini:
|
||||
# [testenv:cover]
|
||||
# deps = {[testenv]deps} coverage
|
||||
coverage!=4.4,>=4.0 # Apache-2.0
|
||||
coverage>=4.0 # Apache-2.0
|
||||
|
||||
requests_mock>=1.5.0 # Apache-2.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user