Closed powellquiring closed 4 years ago
Try these instructions:
mkdir bug
cd bug
python3 -m venv venv
source venv/bin/activate
pip install pytest ibm-cos-sdk
cat > test_cos.py <<EOF
import ibm_boto3
def test_cos():
print('hi')
EOF
pytest
@powellquiring - thanks for bringing this up. We will supply updates in the next patch release.
For internally tracking: CSAFE-66085
Version 2.6.2 is now available that includes an upstream fix. If the problem has been resolved, please close this issue. Thanks!
Closing this. Let us know if it's still a problem, thanks.
Running pytest for some code generated the following output. Let me know if you need a more specific testcase, it looks pretty straightforward