summaryrefslogtreecommitdiff
path: root/test-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated from global requirementsOpenStack Proposal Bot2017-02-141-1/+1
| | | | Change-Id: I7d91c3cf6de8245ec417f0ae24cb709f64250eb9
* Updated from global requirementsOpenStack Proposal Bot2017-01-271-1/+1
| | | | Change-Id: I3271bb35e005003656526a0406a6c3359ac71975
* Updated from global requirementsOpenStack Proposal Bot2017-01-201-1/+1
| | | | Change-Id: I45fe35000c7f901315788d93cde80b86bb93d4aa
* Updated from global requirementsOpenStack Proposal Bot2017-01-151-1/+1
| | | | Change-Id: I2e0528385d8cda29834e4aee0cf2d493f953d559
* Updated from global requirementsOpenStack Proposal Bot2016-12-231-1/+1
| | | | Change-Id: I8eaceec4a9e54529d336d4f8c322e1867dd41bfd
* Updated from global requirementsOpenStack Proposal Bot2016-11-151-1/+1
| | | | Change-Id: Ie2e6965931186692fd40e41485b353c479a76b4d
* Update to hacking 0.12.0 and use new checksJohn L. Villalovos2016-11-081-1/+1
| | | | | | | | | | | | | | Use hacking 0.12.0 Use the new checks that are available: [H106] Don’t put vim configuration in source files. [H203] Use assertIs(Not)None to check for None. [H904] Delay string interpolations at logging calls. Fix code so tests pass. Change-Id: I902e999687b066800e18fafd091571bf718b15f4 Depends-On: I2aa44b62f900d4dfd67701b01eadd0523fbfaf07
* Updated from global requirementsOpenStack Proposal Bot2016-11-021-1/+1
| | | | Change-Id: I38787c559632c19fad3e61c9ee4a3ae8646e1c6c
* Updated from global requirementsOpenStack Proposal Bot2016-10-221-1/+1
| | | | Change-Id: I6038470839de526e71db0b0df7e17092ea9476f1
* Updated from global requirementsOpenStack Proposal Bot2016-09-301-3/+3
| | | | Change-Id: I1178b5193694c8afec1c655aa7609c9f78fee793
* Add a basic install guideJay Faulkner2016-09-071-0/+1
| | | | | | | | | | | This installs the basic directories and content pointing to the current Ironic Installation Guide. Simply having this in our repo will not lead to it being published, this is only the first step. Having these items in our repository is a good first step to building out our install guide. Change-Id: I6a0e69bd3b6f5074ae61505f82f27bcf9df84bab Partial-bug: #1612278
* Updated from global requirementsOpenStack Proposal Bot2016-09-011-1/+1
| | | | Change-Id: I46a60d1064a4304b704df0496d59cce25a12c4b1
* Updated from global requirementsOpenStack Proposal Bot2016-08-261-2/+2
| | | | Change-Id: I13298cf6f1939f1bf67342a826c26f50f18123f4
* Update hacking test-requirementJohn L. Villalovos2016-08-231-1/+1
| | | | | | | | | | | | Update the hacking test-requirement to match openstack/requirements global-requirements.txt Remove author lines from some files to fix error: [H105] Don't use author tags. As we use version control instead The hacking requirement is not updated by the proposal bot. Change-Id: I8a35a7ebd811c477c893c7b5e854c46acc075af0
* Updated from global requirementsOpenStack Proposal Bot2016-08-091-1/+1
| | | | Change-Id: Ibf40a95bb193c74acd1c2e320d7b27876b37b308
* Updated from global requirementsOpenStack Proposal Bot2016-08-041-1/+1
| | | | Change-Id: I886421684ea169cd7a45dbe4441df5ffdd1272a1
* Updated from global requirementsOpenStack Proposal Bot2016-06-241-1/+1
| | | | Change-Id: I628ea6406dc0ba1e4e041f5733b4fdbb79508cb2
* Updated from global requirementsOpenStack Proposal Bot2016-06-211-1/+1
| | | | Change-Id: Ia70565f6277eaadc15bcdd3f8e0c8de50563f219
* Updated from global requirementsOpenStack Proposal Bot2016-06-031-1/+1
| | | | Change-Id: I64b973cd2cad9b0c04ecc5dba92e2affed9b503d
* Updated from global requirementsOpenStack Proposal Bot2016-05-311-1/+1
| | | | Change-Id: Ia3f8993833168ef4b7e88aa7ca39bd4af9801dbf
* Updated from global requirementsOpenStack Proposal Bot2016-05-301-3/+3
| | | | Change-Id: Id4c80d2e01d61f82a1f2bd7e5a9a640b9fc5a825
* Updated from global requirementsOpenStack Proposal Bot2016-05-171-1/+1
| | | | Change-Id: Id702ad940c4f670b8ed87ed567a408dade1175c0
* Migrate to os-api-ref libraryJim Rollenhagen2016-05-161-0/+1
| | | | | | | | os-api-ref is released on pypi now, so we can move to using it instead of our in tree version. Change-Id: If353f4a2e553fa3da3b2a4c920e233f51365b77c Depends-On: I0e615d36a2e5a8fa0d83f20bdcc2c33ad868ebd5
* Updated from global requirementsOpenStack Proposal Bot2016-05-101-1/+1
| | | | Change-Id: I9ff64a93aca910fc63cd878a42b31dffb8263f8d
* Updated from global requirementsOpenStack Proposal Bot2016-04-301-1/+1
| | | | Change-Id: I1c2c49379063b1c2447ed7fe20ac708e15b3708f
* Updated from global requirementsOpenStack Proposal Bot2016-04-131-1/+1
| | | | Change-Id: I9ea86337667be32a657eb2a74062376afa439564
* Updated from global requirementsOpenStack Proposal Bot2016-04-081-2/+2
| | | | Change-Id: Ia29badda7ed5f2645af038004bd6933f60543866
* Enable doc8 style checker for *.rst filesLucas Alvares Gomes2016-02-021-0/+1
| | | | | | | | | | | | | | | | | | This patch is enabling the doc8 style checker for the *.rst files in Ironic. Since this patch is just the first stab at enabling this new check two errors are currently being ignored by doc8 because of the number of occurrences in our docs: * D000 - Duplicated target names. We do have many links with generic names scattered around the docs (e.g "see", "link") * D001 - Line's too long These errors will be fixed in a following patch. Change-Id: I32fb5a3104b9773c55a80a84dd81e49c567c76ac
* Updated from global requirementsOpenStack Proposal Bot2016-02-011-1/+1
| | | | Change-Id: Ieaea1a0773d382a3fa19244f265a99b7bde6d915
* Updated from global requirementsOpenStack Proposal Bot2016-01-281-1/+1
| | | | Change-Id: I029d7ad3949257dea70ee2520f04747a2e4ad077
* Updated from global requirementsOpenStack Proposal Bot2016-01-221-16/+16
| | | | Change-Id: I9cbb25562b7be84e24834ab2b101b273e31de1d1
* Run bashate as part of the pep8 commandJim Rollenhagen2015-12-171-0/+1
| | | | | | | | | | In order to save gate resources we could just run bashate as part of the the pep8 command. The tox bashate command is removed and bashate is added as a dependency in the test-requirements.txt file. Change-Id: I75df4103c0154c5424b8781c1db3480336a5e1d2
* Explicitly depend on WebTest>=2.0Dmitry Tantsur2015-12-101-0/+1
| | | | | | | pecan depends on WebTest 1.3.1, but we use JSON features from 2.0. Closes-Bug: #1524816 Change-Id: I9b99c686cddc4a916c39359d5a1006ed4c1ddef0
* Move iso8601 as a test dependency onlyBertrand Lallau2015-11-261-0/+1
| | | | | | | | | Ironic does not import and use this module directly, no need to list it in the requirements and no need to set log level. Instead it was moved to test-requirements.txt file because it is explicitly imported for unit tests. Change-Id: I791be24289f620a4227ec6514d77c37a5f8d920e
* Updated from global requirementsOpenStack Proposal Bot2015-11-211-1/+1
| | | | Change-Id: I2ef3cf6079ebb71088c01b45e5136973c793a91e
* Merge "Add reno for release notes management"Jenkins2015-11-161-1/+1
|\
| * Add reno for release notes managementJim Rollenhagen2015-11-131-1/+1
| | | | | | | | | | | | | | | | | | Mostly cargo-culted from I9549e6b491b26232f4dac900b0bf05f10eb0e30a. Note that reno automatically inserts version numbers; liberty.rst is sufficient for intermediate release models. Change-Id: Ic700d719242b17532b0b43a68b7eff507cb3a43c
* | Revert "Add Pillow to test-requirements.txt"Tony Breeds2015-11-131-3/+0
|/ | | | | | | | | | | | | This reverts commit 29478cbd7a8f3c848cd0c6f858798b18f7ec2ac4. 29478cbd7a8f3c848cd0c6f858798b18f7ec2ac4 was a quick fix to work around missing libraries needed by Pillow 3.0.0. This librarries have been added to devstack and thick slaves so this hack is no longer needed in ironic. Change-Id: I0e79d9865dfd8fce61a79fa6dc0d6d171e01709a Depends-On: I881ad72e48a4da0a828706fcbbc51de7741db6c1
* Add testresources and testscenarios used by oslo.db fixtureLucas Alvares Gomes2015-10-121-0/+2
| | | | | | | oslo.db fixtures need these 2 packages and is breaking us. Closes-Bug: #1503501 Change-Id: I75757b5bd7d9e75ca37d1b9a1efff810ba84b5df
* Updated from global requirementsOpenStack Proposal Bot2015-10-021-2/+2
| | | | Change-Id: Ia8c3e7f027315aa3ad3caa1c34f2e036f8451ec4
* Merge "Add Pillow to test-requirements.txt"Jenkins2015-10-021-0/+3
|\
| * Add Pillow to test-requirements.txtTony Breeds2015-10-021-0/+3
| | | | | | | | | | | | | | | | | | Pillow isn't directly used but is required by sphinxcontrib-seqdiag. Add it to test-requirements as a work around to: http://lists.openstack.org/pipermail/openstack-dev/2015-October/076030.html Change-Id: Ic21dc29e8a2369ab83395ef479d06be7182d7512
* | Switch tox unit test command to use ostestrMatthew Treinish2015-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit switches the tox command to use ostestr instead of calling testr through setup.py. The primary advantage here is that it uses the subunit-trace output filter. ostestr primarily exists as a replacement for pretty_tox.sh bash scripts which spread like a plague through OpenStack projects after Nova copied it from Tempest. (although ostestr also provides some other useful features) Granted ironic wasn't using that, but this commit makes the switch to enable getting the subunit-trace output which is generally useful. Note that this dramatically increases output while running tests. However, test failures are still at the bottom of the output, so it shouldn't cause much pain, if any. Change-Id: I1acc2deadc01421baec256352b35a646676445e5
* | Updated from global requirementsOpenStack Proposal Bot2015-09-071-2/+2
| | | | | | | | Change-Id: I5b599a4e6250b0cff3259cb52d2819fce610701f
* | Remove unused dep discover from test reqsJohn Trowbridge2015-08-281-1/+0
|/ | | | Change-Id: Idc0d62a69ef464aec61fde5400f5e4f94889daf2
* Updated from global requirementsOpenStack Proposal Bot2015-08-041-1/+1
| | | | Change-Id: Ib017756c9e1dc74eae99fc78fe9fae99310d68f7
* Updated from global requirementsOpenStack Proposal Bot2015-07-291-1/+1
| | | | Change-Id: I5e2631032e278ee6eaca107b9c7dfb977ae0dada
* Updated from global requirementsOpenStack Proposal Bot2015-07-231-2/+1
| | | | Change-Id: I853c6b45b8936dcaaefbe949ea30d9eb7b6c2940
* Updated from global requirementsOpenStack Proposal Bot2015-07-171-1/+1
| | | | Change-Id: I530c9eff5e3efaee8c7c22b70b699a538f28093e
* Updated from global requirementsOpenStack Proposal Bot2015-07-151-1/+1
| | | | Change-Id: I59ae1b5a7cf6133b845c1f3e891bd8a0f1cbed8d