diff options
-rw-r--r-- | oslo_db/tests/sqlalchemy/__init__.py | 4 | ||||
-rw-r--r-- | releasenotes/source/index.rst | 1 | ||||
-rw-r--r-- | releasenotes/source/pike.rst | 6 | ||||
-rw-r--r-- | setup.cfg | 2 |
4 files changed, 10 insertions, 3 deletions
diff --git a/oslo_db/tests/sqlalchemy/__init__.py b/oslo_db/tests/sqlalchemy/__init__.py index cb712d2..42be297 100644 --- a/oslo_db/tests/sqlalchemy/__init__.py +++ b/oslo_db/tests/sqlalchemy/__init__.py @@ -13,6 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. -from oslo_db.sqlalchemy import test_base +from oslo_db.sqlalchemy import test_fixtures -load_tests = test_base.optimize_db_test_loader(__file__) +load_tests = test_fixtures.optimize_package_test_loader(__file__) diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst index e623ff6..9b0e0b6 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -6,6 +6,7 @@ :maxdepth: 1 unreleased + pike ocata newton mitaka diff --git a/releasenotes/source/pike.rst b/releasenotes/source/pike.rst new file mode 100644 index 0000000..e43bfc0 --- /dev/null +++ b/releasenotes/source/pike.rst @@ -0,0 +1,6 @@ +=================================== + Pike Series Release Notes +=================================== + +.. release-notes:: + :branch: stable/pike @@ -38,7 +38,7 @@ test = mock>=2.0 # BSD python-subunit>=0.0.18 # Apache-2.0/BSD sphinx>=1.6.2 # BSD - openstackdocstheme>=1.11.0 # Apache-2.0 + openstackdocstheme>=1.16.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 oslo.context>=2.14.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD |