summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirements4.23.0OpenStack Proposal Bot2017-06-021-1/+1
| | | | Change-Id: I60df9099961cb5cfd97499ecbdec556cdb1f6048
* Updated from global requirementsOpenStack Proposal Bot2017-05-261-1/+1
| | | | Change-Id: Ica64fbd70c8e9acbed1f74c102f2a84b214fc5ce
* Merge "Move oslo.context to test-requirements"Jenkins2017-05-231-0/+1
|\
| * Move oslo.context to test-requirementsJulien Danjou2017-05-181-0/+1
| | | | | | | | | | | | It's actually only used in tests. Change-Id: Idee419ab60b6395f5f5d0415711e3f02d992fa5f
* | Updated from global requirements4.21.1OpenStack Proposal Bot2017-05-201-2/+2
|/ | | | Change-Id: Icbdc156d1dd30c5524e38880a794e06b03634baf
* Updated from global requirementsOpenStack Proposal Bot2017-05-151-1/+1
| | | | Change-Id: Ie5929cf12a5547694a1d1a846ab29ce320d3afc3
* Updated from global requirementsOpenStack Proposal Bot2017-03-031-1/+1
| | | | Change-Id: I2a9d0f4ced44c30c6443e613fea2e11b908c5025
* Update test requirementRoman Podoliaka2017-03-021-1/+1
| | | | | | | | | Since pbr already landed and the old version of hacking seems not work very well with pbr>=2, we should update it to match global requirement. Change-Id: Id2d358ffdca998066b41c8178aac81d170f82d3c Partial-Bug: #1668848
* Updated from global requirementsOpenStack Proposal Bot2017-02-101-1/+1
| | | | Change-Id: Icffd9bb89af60b9e5cdec619f285ea77c5b3f4ab
* Remove references to Python 3.4Eric Brown2017-01-171-1/+0
| | | | | | | Now that there exists only a gate job for Python 3.5 and not 3.4, we should remove those references to the 3.4 that is untested. Change-Id: Ic2e61f28bc82f64814a528d210d1dee8d79b49e5
* Updated from global requirementsOpenStack Proposal Bot2016-12-221-1/+1
| | | | Change-Id: I30a9d74d90479d8d335dd2e1f097b1fcefd53cf8
* Updated from global requirementsOpenStack Proposal Bot2016-11-161-1/+1
| | | | Change-Id: I65eb5fad2269e81c74e2a73e8bbd50b2ed8fb539
* Updated from global requirementsOpenStack Proposal Bot2016-11-041-1/+1
| | | | Change-Id: Idf8159061ff6ff2eaab88f117b1063661a93aeed
* Updated from global requirementsOpenStack Proposal Bot2016-10-271-1/+1
| | | | Change-Id: Ib8d4e83db6d348e0630e1c60d93424784c20f0a9
* Changed the home-page linkmelissaml2016-10-161-1/+1
| | | | | | Set the correct link for home-page. Change-Id: I45063b8cb3381b1e13b265e0e846d47691fc127c
* Updated from global requirementsOpenStack Proposal Bot2016-09-301-1/+1
| | | | Change-Id: I2bc68e2d8771073d34521f084e45557f02256401
* Updated from global requirementsOpenStack Proposal Bot2016-09-281-2/+2
| | | | Change-Id: I80d0ec67b057fbe12f544faf4320039e6c068184
* Updated from global requirementsOpenStack Proposal Bot2016-08-311-1/+1
| | | | Change-Id: I6e1cdce1c057ad64c4afc13f9f4195513cefca66
* Updated from global requirementsOpenStack Proposal Bot2016-07-251-1/+1
| | | | Change-Id: Ie2e9b0b9507a85e899f68419d0686e03411be2e7
* Merge "tox: add py35 envs for convenience"Jenkins2016-07-191-0/+1
|\
| * tox: add py35 envs for convenienceRoman Podoliaka2016-07-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | py35 jobs are going to be run in the gate soon. Add py35 to the list of defaut envs and add corresponding pifpaf environments for running tests locally. All py35 tests currently pass - we can effectively declare py35 compatibility via a new classifier in setup.cfg. Change-Id: Iea7e286062f95d5c61b9ec1e7f6af4138fe3ce99
* | Remove discover from setup.cfgThomas Bechtold2016-07-141-1/+0
|/ | | | | | It's only needed for python < 2.7 which is not supported Change-Id: If364adc5d266557c68c85b5dcfde4c6439a773f7
* Updated from global requirementsOpenStack Proposal Bot2016-06-241-3/+3
| | | | Change-Id: I2db8154172bb5d1a84689984cffd4c8295f6a799
* Replace tempest-lib dependency with os-testrDirk Mueller2016-06-211-1/+1
| | | | | | | subunit-trace is also provided by os-testr which is a more lightweight dependency than tempest-lib. Change-Id: Ic91beb8278f9dfa3785f8f3dd495db609a88390e
* Updated from global requirementsOpenStack Proposal Bot2016-06-031-3/+3
| | | | Change-Id: I9f8c241551ecb0eebb9ebc4f379b77ab2e31dc1c
* Allow testing of MySQL and PostgreSQL scenario locallyJulien Danjou2016-05-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This leverage pifpaf to start MySQL or PostgreSQL temporarily and allow to test provisioning directly without being on OpenStack CI by adding new tox targets: - py27-mysql - py27-postgresql - py34-mysql - py34-postgresql - py27-all - py34-all These targets will start MySQL or PostgreSQL before running the tests, while exporting the connection string to $PIFPAF_URL. The `all' target will start both MySQL and PostgreSQL and will run the tests against these backends, plus SQLite. Also, this patches add OS_TEST_DBAPI_ADMIN_CONNECTION to be allowed to be passed through tox. This allows to run the opportunistic tests on a more persistent pifpaf database, for example by running tox with: $ eval `pifpaf -g OS_TEST_DBAPI_ADMIN_CONNECTION run postgresql` $ echo $OS_TEST_DBAPI_ADMIN_CONNECTION postgresql://localhost/postgres?host=/var/folders/7k/pwdhb_mj2cv4zyr0kyrlzjx40000gq/T/tmpMGqN8C&port=9824 $ tox -e py27 […] $ tox -e py34 […] $ kill $PIFPAF_PID Change-Id: I1ee582e6f96e98378f02be79f4aaff0f447a062a Depends-On: Id3e6b694bb186724517599cd9875ad80ceeee053
* Updated from global requirementsOpenStack Proposal Bot2016-04-081-1/+1
| | | | Change-Id: I590e44bffd711b810792855123aacdc85e864184
* Updated from global requirementsOpenStack Proposal Bot2016-04-081-1/+1
| | | | Change-Id: Iddbae4f4df0089cb6776c2602af60a94cd7bdbdf
* Updated from global requirementsOpenStack Proposal Bot2016-04-071-1/+1
| | | | Change-Id: I221b36a6480e7c9c5f65c0c904e95d830e8a6f6e
* Updated from global requirementsOpenStack Proposal Bot2016-02-241-1/+1
| | | | Change-Id: I76462ae49dc4d102c24430a9382150001ee01cbb
* add reno for release notes managementDoug Hellmann2016-02-231-0/+1
| | | | | Change-Id: I6574d2bb21fa8c64290b06ab493f8f7c8b1b7c16 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Updated from global requirementsOpenStack Proposal Bot2016-02-191-1/+1
| | | | Change-Id: Ic7047825c790913cc988c9a6739ab882dba6d568
* Updated from global requirementsOpenStack Proposal Bot2016-02-111-1/+1
| | | | Change-Id: Icb8474b007085b0b803fd1413026fa3dd8f68d34
* Updated from global requirementsOpenStack Proposal Bot2016-02-081-1/+1
| | | | Change-Id: I1103fed62ae10b1b53f4478022c9ac7e28799695
* Update translation setupAkihiro Motoki2016-01-291-6/+6
| | | | | | | | | | | | | | Follow new infra setup for translations, see spec http://specs.openstack.org/openstack-infra/infra-specs/specs/translation_setup.html for full details. This basically renames oslo.db/locale/oslo.db.pot to oslo_db/locale/oslo_db.pot. For this we need to update setup.cfg. Update also domain name in _i18n.py. Change-Id: I5b3052f840201557f3b1c85effeda3bb3318a9ee
* Updated from global requirementsOpenStack Proposal Bot2016-01-241-1/+1
| | | | Change-Id: I98da614e5336d531bb6d69a8dd08d454b20fd6f6
* Updated from global requirementsOpenStack Proposal Bot2016-01-171-14/+14
| | | | Change-Id: I94f7328437266d6dbaece5e6b2f21a0ea700064e
* Updated from global requirementsOpenStack Proposal Bot2015-12-211-1/+1
| | | | Change-Id: I6d23bee6e6e9b0a7a6dcb20edb8ef4476c2d561e
* Updated from global requirementsOpenStack Proposal Bot2015-12-061-1/+1
| | | | Change-Id: Ic4ffc33e2b1d4228af88cf952a3f8c129a4db3be
* Refactor deps to use extras and env markers4.1.0Robert Collins2015-11-301-5/+30
| | | | | | | | | | | | Adds extras for e.g. nova to use for testing, so that oslo.db can control the libraries used. Removes test-requirements.txt - it becomes a single env-marker controlled list, and shows how tox will access those dependencies. Co-Authored-By: Roman Podoliaka <rpodolyaka@mirantis.com> Change-Id: I97ef5bad215abe60d92c3fda4474c48ccb13eab0
* Remove python 2.6 classifierChangBo Guo(gcb)2015-11-171-1/+0
| | | | Change-Id: I8d17187229811cdb9fc7a89f2f58726bdb96db4e
* Merge "Fix the home-page value with Oslo wiki page"Jenkins2015-10-131-2/+2
|\
| * Fix the home-page value with Oslo wiki pagevenkatamahesh2015-09-201-1/+1
| | | | | | | | | | | | | | | | The current value for home-page is launchpad url which is not relevant one and so it is replaced with Oslo wiki page Change-Id: I202d9eb72f7ea152e8ed10b86556b334f7793b34
* | Add universal wheel tag to setup.cfgDavanum Srinivas2015-10-041-0/+3
| | | | | | | | | | | | | | This project is 2 and 3 compatible so a universal wheel is appropriate/expected. Change-Id: Ide29cc4b33a8be94459babbaecb638b9b17b04d7
* | Fix warnings in docstringsBrant Knudson2015-09-241-3/+1
| | | | | | | | | | | | | | | | | | When generating the docs some warnings were generated. Also, configure doc build so that if there are warnings, the build will fail. Change-Id: I7e10499294cf1f06f766cbff392e9de32ea48e5a
* | Autogenerate the module docsBrant Knudson2015-09-241-1/+3
|/ | | | | | | | | | The module docs were out of date (sqlalchemy.enginefacade was missing). Rather than try to keep this up to date by hand, autogenerate the module docs. Change-Id: I9b36cc635c1c0af9a61b5da20205f5628aec97e7
* Move runtime test resources into setup.cfg [extras]Matt Riedemann2015-08-261-0/+5
| | | | | | | | | | | | | | | testscenarios and testresources are only needed if you're using the oslo.db testing fixtures downstream, otherwise you don't need this at runtime in a deployment, so move them into the setup.cfg [extras] group. If a consumer of oslo.db wants to use the db test fixtures then they install oslo.db like 'sudo pip install oslo.db[fixtures]'. This should trigger a major version bump for the library when it lands. Closes-Bug: #1429233 Change-Id: I1a7c5b6a7b29cd3a50655f60606cc0b025400a96
* Remove oslo namespace packageDoug Hellmann2015-06-211-4/+0
| | | | | | | | | | | | Remove the oslo namespace package shims, and the tests for importing using those names. Blueprint remove-namespace-packages Depends-on: Id25875f3ef51c2b84cf2b9362039a5196feaa531 for openstack/tuskar Change-Id: If3036e03a68c2e865b5f0495c74fe8303de93d21
* Remove support for Python 3.3Davanum Srinivas2015-05-101-1/+0
| | | | Change-Id: Ia4993cd36fa1573c3ac28abe08ea7c665a8332c0
* Add Python 3 classifiers to setup.cfgVictor Stinner2015-04-221-0/+3
| | | | | | | | | | | | | | Add Python 3, 3.3 and 3.4 classifiers. The "Python :: 3" classifier is needed by the caniusepython3 tool to check if dependencies of a project are Python 3 compatible: https://caniusepython3.com/ Information on the Python 3 port of OpenStack: https://wiki.openstack.org/wiki/Python3 Change-Id: I2a0c8d7c3ab3c97a945a49b64a56341c35ec5536