1. 16 Dec, 2021 2 commits
  2. 15 Dec, 2021 1 commit
    • OpenStack Release Bot's avatar
      Update TOX_CONSTRAINTS_FILE for stable/wallaby · 3c5a6049
      OpenStack Release Bot authored
      Update the URL to the upper-constraints file to point to the redirect
      rule on releases.openstack.org so that anyone working on this branch
      will switch to the correct upper-constraints list automatically when
      the requirements repository branches.
      
      Until the requirements repository has as stable/wallaby branch, tests will
      continue to use the upper-constraints list on master.
      
      Change-Id: I8b2bb080261ce5ee0aef67710c2fd67ab0a05108
      3c5a6049
  3. 30 Jun, 2021 1 commit
  4. 29 Jun, 2021 1 commit
    • ricolin's avatar
      fix lower constraint job · d4d3158e
      ricolin authored
      Also fix PrettyTable requirement
      
      Change-Id: Ib16d87a2d068a1dabdeb8470a5473c0882fbea4e
      (cherry picked from commit eff0d181)
      d4d3158e
  5. 19 Mar, 2021 1 commit
  6. 16 Nov, 2020 1 commit
  7. 28 Oct, 2020 1 commit
  8. 27 Oct, 2020 2 commits
  9. 16 Oct, 2020 1 commit
  10. 11 Sep, 2020 2 commits
  11. 06 Sep, 2020 1 commit
  12. 19 Aug, 2020 1 commit
  13. 09 Jun, 2020 1 commit
  14. 02 Jun, 2020 1 commit
  15. 22 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 3fa30442
      Andreas Jaeger authored
      Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
      these versions will allow especially:
      * Linking from HTML to PDF document
      * Allow parallel building of documents
      * Fix some rendering problems
      
      Update Sphinx version as well.
      
      Remove docs requirements from lower-constraints, they are not needed
      during install or test but only for docs building.
      
      openstackdocstheme renames some variables, so follow the renames
      before the next release removes them. A couple of variables are also
      not needed anymore, remove them.
      
      Set openstackdocs_auto_name to use 'project' as name.
      
      Change pygments_style to 'native' since old theme version always used
      'native' and the theme now respects the setting and using 'sphinx' can
      lead to some strange rendering.
      
      See also
      http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
      
      Change-Id: I5598eebe898555869cd65a74950fdbd76a7baa46
      3fa30442
  16. 13 May, 2020 1 commit
    • Ghanshyam Mann's avatar
      Fix hacking min version to 3.0.1 · c588de46
      Ghanshyam Mann authored
      flake8 new release 3.8.0 added new checks and gate pep8
      job start failing. hacking 3.0.1 fix the pinning of flake8 to
      avoid bringing in a new version with new checks.
      
      Though it is fixed in latest hacking but 2.0 and 3.0 has cap for
      flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also
      break the pep8 job if new check are added.
      
      To avoid similar gate break in future, we need to bump the hacking min
      version.
      
      - http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html
      
      Change-Id: I719e643044fbdab4d24edf6457c9096ee5f8fd77
      c588de46
  17. 06 May, 2020 1 commit
    • jacky06's avatar
      Use unittest.mock instead of third party mock · 8a956686
      jacky06 authored
      Now that we no longer support py27, we can use the standard library
      unittest.mock module instead of the third party mock lib.
      
      Change-Id: I5cf252c1a22977d3c87898e723e5001cc87a0d87
      8a956686
  18. 24 Apr, 2020 2 commits
    • Sean McGinnis's avatar
      Bump default tox env from py37 to py38 · 71f6c6c3
      Sean McGinnis authored
      
      
      Python 3.8 is now our highest level supported python runtime.
      This updates the default tox target environments to swap out
      py37 for py38 to make sure local development testing is
      covering this version.
      
      This does not impact zuul jobs in any way, nor prevent local
      tests against py37. It just changes the default if none is
      explicitly provided.
      
      Change-Id: I19e5c51f5ffa30a1257a9cc2d0b43dd35de79d5a
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      71f6c6c3
    • Sean McGinnis's avatar
      Add py38 package metadata · ff1a116a
      Sean McGinnis authored
      
      
      Now that we are running the Victoria tests that include a
      voting py38, we can now add the Python 3.8 metadata to the
      package information to reflect that support.
      
      Change-Id: I212f8027055ebeeb3dc3948426ede6a704c719ff
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      ff1a116a
  19. 10 Apr, 2020 2 commits
  20. 31 Mar, 2020 1 commit
    • Andreas Jaeger's avatar
      Update hacking for Python3 · 9dede4eb
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.0 which
      supports Python 3.
      
      Fix problems found.
      
      Change-Id: I82c745f5b1236844deec4538be84037a64eebeee
      9dede4eb
  21. 21 Feb, 2020 3 commits
  22. 19 Feb, 2020 3 commits
  23. 10 Feb, 2020 3 commits
  24. 30 Jan, 2020 2 commits
  25. 13 Dec, 2019 1 commit
  26. 05 Dec, 2019 3 commits