Commit Graph

16 Commits

Author SHA1 Message Date
lhinds 93aacb43e6 Retiring Project
http://lists.openstack.org/pipermail/openstack-sigs/2018-August/000481.html

Depends-On: 90ca23f2ef5bf2cfdaf63552a7d8d8be325a03e6

Change-Id: I9ebc8cfcbb8906e9c4e1fd9e91205fe364bdc3c9
2018-08-28 09:41:53 +01:00
OpenStack Proposal Bot 487be72d55 Updated from global requirements
Change-Id: I58794e2b2e13a19e0e16ff9ad0ec83905b907337
2017-02-11 17:40:20 +00:00
OpenStack Proposal Bot 1a68c5fc9e Updated from global requirements
Change-Id: I540d50b9472783dc88278eb98a4ee0d1cc774f7d
2016-12-07 13:29:44 +00:00
OpenStack Proposal Bot 8a06c10924 Updated from global requirements
Change-Id: I9c5008e9adb14985e3d70f61719d23eae8d8441a
2016-09-29 22:30:03 +00:00
Eric Brown 8b80478622 Remove discover from test-requirements
The discover module is only required for Python versions less than
2.7 which are not supported.

Change-Id: Iddfb631fbe4cf93c8bdef3b19f6991294ebdfe3f
2016-09-12 08:35:24 -07:00
OpenStack Proposal Bot cb26a09187 Updated from global requirements
Change-Id: I5b663e92c0b36d8782922becdc5c666c6b431cb9
2016-09-09 22:45:12 +00:00
OpenStack Proposal Bot 06d7ad98d6 Updated from global requirements
Change-Id: Id41eb7ab40785ae6dfbe661f70321c72c0fb73e5
2016-04-28 16:09:59 +00:00
OpenStack Proposal Bot 0863f3ef62 Updated from global requirements
Change-Id: If1a662c26dff2e396fae6c0b29fa101869708b57
2016-02-19 02:29:54 +00:00
Eric Brown 1cd6e07b68 Correct the bandit test dependency
Anchor currently fixes the version of bandit to use as 0.10.0.
And because it was in a separate test-bandit-requirements.txt file,
the OpenStack proposal bot never updated it.

This change removes the separate file and merges into regular test
requirements.  As a result, bandit version will jump to 0.17.3

Change-Id: I0988f603d20a2bd21928d1bf009e32db901168a2
2016-02-04 11:32:43 -08:00
OpenStack Proposal Bot d066920f6f Updated from global requirements
Change-Id: Idb669671b9a26e7427423c7c6db21fe8e72eff28
2016-01-16 03:25:01 +00:00
OpenStack Proposal Bot 211cae97ab Updated from global requirements
Change-Id: Id8f4ee964d1928df31b58bb29cfc71ee86a33031
2015-12-07 23:55:49 +00:00
Robert Clark 6040112312 Changes to allow sphinx to build correctly
This should allow our documentation to post to
http://docs.openstack.org/developer/anchor

Running locally both pass:
python setup.py build_sphinx
tox -e venv python setup.py build_sphinx

"tox -e docs" still works and you can run
that if you desire.

"tox -e venv python setup.py build_sphinx"
is what's required to work by infra so that
documentation can be built upstream and
published to the developer documentation pages.
It also allows the documentation jobs to run in
the gate so that documentation is built at
review time.

Change-Id: If67961a1b68223ed4ca002037cb7e8c6a51fbe3e
2015-09-04 08:48:44 -07:00
OpenStack Proposal Bot 4ef0348f8d Updated from global requirements
Change-Id: Ie15cbd084eac56576c6d68fc036cc0e8ad245235
2015-07-31 16:35:05 +00:00
Priti Desai 241dc42fc3 Adding tests for auth with Keystone Token
Change-Id: I214be3d76ffee274d611ed8c31876a6ce5c5016d
2015-02-20 11:36:01 -08:00
Tim Kelsey f186f9a1af Adding more tests against the X509 CSR class
These tests needed to use Mock, so I have added it to the
test-requirements.txt list

This results in anchor/X509/signing_request.py 100% coverage

Change-Id: I49652ba2bf93959a5c2cda39e13d0d414e40c732
2015-02-11 13:28:35 +00:00
Tim Kelsey 9eada1323e Bringing Anchor project setup inline with OpenStack
- Adding scaffolding for testing (PEP8 mostly disabled for now)
- Adding requirments lists

Change-Id: I7b585a1e30c473df089ba508099af159e432cc78
2015-01-08 14:20:38 +00:00