From 8f74e2ba283c2a8ed757088d706c5e02afbe6a73 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Fri, 29 Jun 2018 22:17:47 +0000 Subject: Fix requirements and convert to stestr This commit fixes two issues that are currently blocking the gate. The first is that it bumps the Sphinx requirement to be within acceptable constraints. The second is that it converts oslo.policy to use stestr instead of testr. This is all being done in one patch because proposing them individually causes deadlock (the patch to bump the sphinx requirement fails because we're still using testr and the patch to convert to stestr fails the requirements-check job). The following explains the reasoning behind the stestr change. With the upgrade to oslotest 3.6.0 [0], testr no longer works [1]. This is because oslotest no longer requires testr and we don't depend on it directly in oslo.policy. [0] https://github.com/openstack/requirements/commit/d5a3c58f7195517a6083032e41b702c2a0aca431 [1] https://github.com/openstack/oslotest/commit/897823fbd61ae9ba015af38e9fed5a5728de64c2 Change-Id: I6dac4c8e7b39c9b80cc8f3728763e8d783c9e940 --- .stestr.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .stestr.conf (limited to '.stestr.conf') diff --git a/.stestr.conf b/.stestr.conf new file mode 100644 index 0000000..9d91c0b --- /dev/null +++ b/.stestr.conf @@ -0,0 +1,3 @@ +[DEFAULT] +test_path=./oslo_policy/tests +top_path=./ -- cgit v1.2.1