1. 18 Aug, 2021 1 commit
  2. 12 Jul, 2021 2 commits
  3. 31 May, 2021 1 commit
  4. 20 May, 2021 1 commit
    • wangzihao's avatar
      Use TOX_CONSTRAINTS_FILE · 018a0cdb
      wangzihao authored
      UPPER_CONSTRAINTS_FILE is old name and deprecated
      This allows to use upper-constraints file as more
      readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>.
      
      Change-Id: I378644df79feae8f90b4eba60bb979f5c9fbc60a
      018a0cdb
  5. 13 May, 2021 1 commit
    • yangyawei's avatar
      setup.cfg: Replace dashes with underscores · 1c4e7b43
      yangyawei authored
      Setuptools v54.1.0 introduces a warning that the use of dash-separated
      options in 'setup.cfg' will not be supported in a future version [1].
      Get ahead of the issue by replacing the dashes with underscores. Without
      this, we see 'UserWarning' messages like the following on new enough
      versions of setuptools:
      
        UserWarning: Usage of dash-separated 'description-file' will not be
        supported in future versions. Please use the underscore name
        'description_file' instead
      
      [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
      
      Change-Id: I47bfd89850444ba894f54d373658bea2a1573ac0
      1c4e7b43
  6. 29 Apr, 2021 1 commit
  7. 20 Apr, 2021 1 commit
  8. 11 Jan, 2021 1 commit
  9. 05 Jan, 2021 1 commit
  10. 03 Jan, 2021 2 commits
  11. 18 Aug, 2020 3 commits
  12. 10 Jul, 2020 1 commit
  13. 28 May, 2020 1 commit
  14. 05 May, 2020 1 commit
  15. 21 Apr, 2020 1 commit
    • Masayuki Igawa's avatar
      Remove .testr.conf · cb676738
      Masayuki Igawa authored
      This commit removes .testr.conf since this repo already has
      .stestr.conf. We just need .stestr.conf instead of .testr.conf.
      
      Change-Id: Ia718139547f7435db3146fd8a9cb6f9a40185f52
      cb676738
  16. 23 Jan, 2020 1 commit
    • Ghanshyam's avatar
      More cleanup for py2 drop · 44b8c4ed
      Ghanshyam authored
      This commit cleanup requirement file and add
      ignore_basepython_conflict flag into tox to avoid
      python version conflct.
      
      Change-Id: Ie7a80ac58dc425e66cf2b7334b99e22a07759dbc
      44b8c4ed
  17. 25 Nov, 2019 1 commit
  18. 11 Oct, 2019 1 commit
  19. 27 Sep, 2019 1 commit
  20. 26 Sep, 2019 1 commit
  21. 19 Aug, 2019 1 commit
  22. 11 Jun, 2019 1 commit
    • ljhuang's avatar
      Sync Sphinx requirement · ed63a24b
      ljhuang authored
      1. Sync sphinx dependency with global requirements. It caps python 2 since
      sphinx 2.0 no longer supports Python 2.7.
      2. Update some URLs to latest
      
      Change-Id: I6c1ed891087602ec0a9bf8b53445fa4aef2b1f6c
      ed63a24b
  23. 20 May, 2019 1 commit
  24. 23 Apr, 2019 1 commit
  25. 19 Apr, 2019 1 commit
  26. 05 Feb, 2019 5 commits
  27. 12 Jan, 2019 1 commit
  28. 09 Jan, 2019 1 commit
  29. 17 Oct, 2018 1 commit
  30. 29 Sep, 2018 1 commit
  31. 31 Aug, 2018 1 commit
    • Doug Hellmann's avatar
      import zuul job settings from project-config · 2e3f1ed3
      Doug Hellmann authored
      This is a mechanically generated patch to complete step 1 of moving
      the zuul job settings out of project-config and into each project
      repository.
      
      Because there will be a separate patch on each branch, the branch
      specifiers for branch-specific jobs have been removed.
      
      Because this patch is generated by a script, there may be some
      cosmetic changes to the layout of the YAML file(s) as the contents are
      normalized.
      
      See the python3-first goal document for details:
      https://governance.openstack.org/tc/goals/stein/python3-first.html
      
      Change-Id: I327a903cee4741b9ff5ce68213893a990cd2ad0e
      Story: #2002586
      Task: #24289
      2e3f1ed3
  32. 29 Aug, 2018 1 commit
    • huang.zhiping's avatar
      fix tox python3 overrides · 60ea6a5c
      huang.zhiping authored
      We want to default to running all tox environments under python 3, so
      set the basepython value in each environment.
      
      We do not want to specify a minor version number, because we do not
      want to have to update the file every time we upgrade python.
      
      We do not want to set the override once in testenv, because that
      breaks the more specific versions used in default environments like
      py35 and py36.
      
      Change-Id: I7332a020602c3171825e842df7d23dc4950eb597
      60ea6a5c