Merge "Drop py2 support"

This commit is contained in:
Zuul
2025年01月01日 07:20:05 +00:00
committed by Gerrit Code Review

View File

@@ -6,5 +6,5 @@ sphinx>=2.0.0,!=2.1.0 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0
reno>=3.1.0 # Apache-2.0
os-api-ref>=1.0.0 # Apache-2.0
python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0
python-keystoneclient>=3.19.0 # Apache-2.0
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD

View File

@@ -81,18 +81,18 @@ To run a selected subset of unit tests with ``pytest``:
* By default ``tox`` will run **all of the unit test** and pep8 checks listed in
the ``tox.ini`` file ``envlist`` option. A subset of the test environments
can be specified on the ``tox`` command line or by setting the ``TOXENV``
environment variable. For example, to run only the pep8 checks and python2.7
environment variable. For example, to run only the pep8 checks and python3
unit tests use::
tox -e pep8,py27
tox -e pep8,py3
or::
TOXENV=py27,pep8 tox
TOXENV=py3,pep8 tox
To run unit tests with python3.8::
To run unit tests with python3.12 specifically::
tox -e py38
tox -e py312
.. note::
As of ``tox`` version 2.0.0, most environment variables are not automatically

View File

@@ -11,7 +11,7 @@ most Linux platforms.
Swift is written in Python and has these dependencies:
* Python (2.7 or 3.6-3.10)
* Python (3.6-3.12)
* rsync 3.x
* `liberasurecode <https://opendev.org/openstack/liberasurecode/>`__
* The Python packages listed in `the requirements file <https://github.com/openstack/swift/blob/master/requirements.txt>`__
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.