-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release-it: read version from VERSION file #1169
Conversation
The following are automatically added:
Available user actions:
Supported labels
|
/verified |
Tox check failedunittests: install_deps> python -I -m pip install pytest unittests: commands[0]> pip install pip -U Requirement already satisfied: pip in ./.tox/unittests/lib/python3.8/site-packages (23.0.1) unittests: commands[1]> pip install . Processing /openshift-python-wrapper-tox-43a785a3-b67f-4dc3-adbd-b910955936d5 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting xmltodict Downloading xmltodict-0.13.0-py2.py3-none-any.whl (10.0 kB) Collecting colorlog Downloading colorlog-6.7.0-py2.py3-none-any.whl (11 kB) Collecting kubernetes Downloading kubernetes-26.1.0-py2.py3-none-any.whl (1.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 4.6 MB/s eta 0:00:00 Collecting urllib3 Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) Collecting openshift Downloading openshift-0.13.1.tar.gz (19 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: packaging in ./.tox/unittests/lib/python3.8/site-packages (from openshift-python-wrapper==0.0.0) (23.0) Collecting websocket-client!=0.40.0,!=0.41.*,!=0.42.*,>=0.32.0 Downloading websocket_client-1.5.1-py3-none-any.whl (55 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.9/55.9 kB 7.3 MB/s eta 0:00:00 Requirement already satisfied: setuptools>=21.0.0 in ./.tox/unittests/lib/python3.8/site-packages (from kubernetes->openshift-python-wrapper==0.0.0) (67.4.0) Collecting requests-oauthlib Downloading requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB) Collecting six>=1.9.0 Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting certifi>=14.05.14 Using cached certifi-2022.12.7-py3-none-any.whl (155 kB) Collecting python-dateutil>=2.5.3 Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) Collecting google-auth>=1.0.1 Downloading google_auth-2.17.0-py2.py3-none-any.whl (178 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.1/178.1 kB 24.9 MB/s eta 0:00:00 Collecting requests Using cached requests-2.28.2-py3-none-any.whl (62 kB) Collecting pyyaml>=5.4.1 Using cached PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (701 kB) Collecting python-string-utils Downloading python_string_utils-1.0.0-py3-none-any.whl (26 kB) Collecting pyasn1-modules>=0.2.1 Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 23.1 MB/s eta 0:00:00 Collecting cachetools<6.0,>=2.0.0 Downloading cachetools-5.3.0-py3-none-any.whl (9.3 kB) Collecting rsa<5,>=3.1.4 Downloading rsa-4.9-py3-none-any.whl (34 kB) Collecting idna<4,>=2.5 Using cached idna-3.4-py3-none-any.whl (61 kB) Collecting charset-normalizer<4,>=2 Using cached charset_normalizer-3.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (195 kB) Collecting oauthlib>=3.0.0 Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) Collecting pyasn1<0.5.0,>=0.4.6 Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) Building wheels for collected packages: openshift-python-wrapper, openshift Building wheel for openshift-python-wrapper (pyproject.toml): started Building wheel for openshift-python-wrapper (pyproject.toml): finished with status 'error' Building wheel for openshift (setup.py): started Building wheel for openshift (setup.py): finished with status 'done' Created wheel for openshift: filename=openshift-0.13.1-py3-none-any.whl size=18172 sha256=0e538e9688e5fc1bdb6bd653ff712553d460835a9a3f7aee1c1b6db3a8a6ade9 Stored in directory: /root/.cache/pip/wheels/b9/f8/f2/384c537719ab91581b74e85207a1ac1e9f56cac4e04c5ccec3 Successfully built openshift Failed to build openshift-python-wrapper unittests: exit 1 (8.11 seconds) /openshift-python-wrapper-tox-43a785a3-b67f-4dc3-adbd-b910955936d5> pip install . pid=523�[K �[K |
Kudos, SonarCloud Quality Gate passed! |
You have successfully added a new SonarCloud configuration ``. As part of the setup process, we have scanned this repository and found no existing alerts. In the future, you will see all code scanning alerts on the repository Security tab. |
/tox |
Tox check passed�[K �[K |
/cherry-pick v4.12 |
Cherry-picked PR release-it: read version from VERSION file into v4.12 |
No description provided.