Skip to content

Commit 288eadd

Browse files
author
ccalderon
committed
fix: Updated Python SDK per latest updates in sdk-core templates.
The Python SDK needed to be updated per latest updates in sdk-core templates. Dependency: none
1 parent 4c9ee9d commit 288eadd

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![PyPI](https://img.shields.io/pypi/v/ibm-cloud-networking-services)](https://pypi.org/project/ibm-cloud-networking-services/)
55
![PyPI - Downloads](https://img.shields.io/pypi/dm/ibm-cloud-networking-services)
66
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
7-
[![codecov](https://codecov.io/gh/IBM/networking-python-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/IBM/networking-python-sdk)
87
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
98

109
# IBM Cloud Networking Services Python SDK Version 0.14.0

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# test dependencies
2-
codecov>=2.1.0,<3.0.0
32
coverage>=4.5.4
43
pylint>=2.6.0,<3.0.0
54
pytest>=6.2.1,<7.0.0

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ commands = pylint --rcfile=.pylintrc ibm_cloud_networking_services test
1010
passenv = TOXENV CI TRAVIS*
1111
commands =
1212
py.test --reruns 2 --cov=ibm_cloud_networking_services {posargs}
13-
codecov -e TOXENV
1413
deps =
1514
-r{toxinidir}/requirements.txt
1615
-r{toxinidir}/requirements-dev.txt

0 commit comments

Comments
 (0)