Skip to content
Snippets Groups Projects
  1. Jul 30, 2019
  2. Jul 27, 2019
  3. Jul 26, 2019
  4. Jul 24, 2019
  5. Jan 24, 2018
    • Monty Taylor's avatar
      Add Pygments to the requirements list · b6931816
      Monty Taylor authored
      If you run doc8 on a sphinx source dir without sphinx installed and if
      the source dir has code blocks, doc8 will throw
      
        D000 Cannot analyze code. Pygments package not found.
      
      This shows up in minimized virtualenvs. It turns out you don't need
      sphinx or the project in question installed to run doc8.
      
      Change-Id: I49e3aee5b592a24e5195dce8205eb9b33c392256
  6. Mar 21, 2017
  7. Mar 15, 2017
  8. Jan 15, 2017
  9. Dec 15, 2016
    • Andreas Jaeger's avatar
      Change py34 to py35 · 08be40a2
      Andreas Jaeger authored
      Master is running on xenial now which tests python35, so change default
      target to py35 in tox.ini.
      
      Change-Id: Idf8672922a5508da841f7355c95b50a221416c0c
      08be40a2
  10. Jan 29, 2016
  11. Jan 26, 2016
  12. Jan 25, 2016
  13. Jan 20, 2016
    • Andreas Jaeger's avatar
      Remove argparse from requirements · f6cb9307
      Andreas Jaeger authored
      argparse was external in python 2.6 but not anymore, remove it from
      requirements.
      
      This should help with pip 8.0 that gets confused in this situation.
      Installation of the external argparse is not needed.
      
      Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d
      f6cb9307
  14. Jan 07, 2016
    • reedip's avatar
      Remove support for py33/py26 · 5abd3049
      reedip authored
      Python 3.3/Python 2.6 is not supported from Mitaka, as per Infra.
      The following patch removes the support for the same.
      
      Change-Id: Ibb91e89abf0277466b28d2df74f89e46c04b5d42
      Closes-Bug: #1526170
      5abd3049
  15. Dec 23, 2015
    • Doug Hellmann's avatar
      remove python 2.6 trove classifier · 8ed2fba6
      Doug Hellmann authored
      OpenStack projects are no longer being tested under Python 2.6, so
      remove the trove classifier implying that this project supports 2.6.
      
      Change-Id: I02274f05179c68c828bee67e95cf50143f95e7fa
      8ed2fba6
  16. Dec 22, 2015
    • Janonymous's avatar
      Put py34 first in the env order of tox · 0e7e4b1e
      Janonymous authored
      To solve the problem of "db type could
      not be determined" on py34 we have to run first the py34 env to, then, run
      py27. This patch puts py34 first on the tox.ini list of envs to avoid this
      problem to happen.
      
      Change-Id: Ic4850e0dde4080e0faceb78665e11558eb4f72ba
      Closes-bug: #1489059
      0e7e4b1e
  17. Dec 11, 2015
  18. Nov 23, 2015
Loading