summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Bump psycopg lower-constraint to 2.7Ben Nemec2019-03-221-1/+1
| | | | | | | | Earlier versions don't work with postgresql 10, which is now showing up in distros. Change-Id: I56589eb4ac55bec426d16f355398720f2994edcb Closes-Bug: 1821400
* Update mailinglist from dev to discussZhongShengping2018-12-051-1/+1
| | | | | | | openstack-dev was decomissioned this night in https://review.openstack.org/621258 Update openstack-dev to openstack-discuss Change-Id: I773a629ab2fb8273004da92a217cd09f39132108
* Always build universal wheelsHervé Beraud2018-10-091-1/+1
| | | | | | | All of our projects are pure python, so we can build universal wheels by default. Change-Id: Ifbba76848c79be9415c7305f90d020973d3bb116
* Remove tox_install.sh and align constraints consumptionMonty Taylor2018-03-081-19/+0
| | | | | | | | | | As part of removing reliance on the old and deprecated zuul-cloner, we need to shift constraints declaration to the deps line. This means we unfortunately have to duplicate the extras declarations into test-requirements - because otherwise the contraints for oslo.db conflicts with the installation of itself. Change-Id: I2b79444a58a9144993131f9cba7494b236d9e950
* Updated from global requirementsOpenStack Proposal Bot2018-01-161-1/+1
| | | | Change-Id: Id81f2a3321d563d35614fa0476a0743a982b88fc
* Updated from global requirementsOpenStack Proposal Bot2018-01-041-1/+0
| | | | Change-Id: If88f56583b502ec55cec9a7ab275afa29c64418a
* add bandit to pep8 jobChangBo Guo(gcb)2017-12-221-0/+2
| | | | | | | | Add the bandit security scanner to the pep8 job. * convert assert statement to raise AssertionError * skip B311,B105 Change-Id: I23b2732791f42adfa04bd64f02b25cbdb98aaf93
* Use the new PTI for document buildChangBo Guo(gcb)2017-12-191-4/+0
| | | | | | | | | | | | For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html For more detials information, please refer to: http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html Change-Id: Iba311cc69ec5272d8beb433e3589c53f371d5d0a
* Updated from global requirementsOpenStack Proposal Bot2017-11-161-2/+2
| | | | Change-Id: I9a33ba3daae966ff7ef0f3ccd15153b218e5c7ca
* Merge "Drop MySQL-python dependency from oslo.db"Zuul2017-11-151-3/+0
|\
| * Drop MySQL-python dependency from oslo.dbDirk Mueller2017-10-171-3/+0
| | | | | | | | | | | | | | | | | | In order to fade out MySQL-python from OpenStack we need to stop testing it. Add release notes entry and adjust documentation references accordingly. Depends-On: Ie1f07062ed18350bcbb9e7b5e33c7ab2390be9ab Change-Id: Ie17f4543fa3d72b507d88d2c4023a9a5a430419e
* | Updated from global requirementsOpenStack Proposal Bot2017-11-031-1/+1
| | | | | | | | Change-Id: Ibf8fc942cea8cf1da28dabdca0a83b92be01ce7e
* | Updated from global requirementsOpenStack Proposal Bot2017-10-151-1/+1
|/ | | | Change-Id: I15095b7a75d240197dc6135ddae69f05e91897c7
* Updated from global requirementsOpenStack Proposal Bot2017-09-201-4/+4
| | | | Change-Id: Iad5cb53a0ff45e86b1dafa863fab904f34516a75
* Updated from global requirementsOpenStack Proposal Bot2017-09-111-3/+3
| | | | Change-Id: I92f8c0cdffb512d154d0c1371a48c25dd2a3d44c
* Updated from global requirementsOpenStack Proposal Bot2017-08-181-2/+2
| | | | Change-Id: I91e770e8ca54bdf8d8da40d4815ef860f12121be
* Updated from global requirementsOpenStack Proposal Bot2017-07-271-1/+1
| | | | Change-Id: I7f3f9700f02f4d38b18f6d75f2fd33299451e5cb
* Update URLs according to document migrationChangBo Guo(gcb)2017-07-111-1/+1
| | | | | | | * update setup.cfg with right document links * update HACKING.rst with latest link for hacking Change-Id: I8eb294c1d734f9c76951e4b4b9ebb0f69183f8f3
* turn on warning-is-error in doc buildDong Ma2017-07-031-1/+1
| | | | Change-Id: I0b64c644f40a2da3242274194d1a5d2858813c25
* switch from oslosphinx to openstackdocsthemeDong Ma2017-07-011-1/+1
| | | | Change-Id: I66319c2b4e4ec4c10133151f7a867bdca7a3afa8
* rearrange content to fit the new standard layout4.24.0Dong Ma2017-07-011-0/+1
| | | | | Change-Id: Idaa0dde5e4fd14213ae1611560897a27e9f72514 Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
* Updated from global requirementsOpenStack Proposal Bot2017-06-291-1/+1
| | | | Change-Id: Ib8b85d5867ca2f732a0c64af847fa77310b72948
* Updated from global requirementsOpenStack Proposal Bot2017-06-101-1/+1
| | | | Change-Id: I235056994f9fce034dca8cea5f800656f5f80f89
* 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