Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- =========================================================================================== FAILURES ===========================================================================================
- _________________________________________________________________________________________ test_patches _________________________________________________________________________________________
- def test_patches():
- print("Boto3 version: {} aiobotocore version: {}".format(boto3.__version__, aiobotocore.__version__))
- success = True
- for obj, digests in _API_DIGESTS.items():
- digest = hashlib.sha1(getsource(obj).encode('utf-8')).hexdigest()
- if digest not in digests:
- print("Digest of {}:{} not found in: {}".format(obj.__qualname__, digest, digests))
- success = False
- > assert success
- E assert False
- tests/test_patches.py:94: AssertionError
- ------------------------------------------------------------------------------------- Captured stdout call -------------------------------------------------------------------------------------
- Boto3 version: 1.40.30 aiobotocore version: 2.24.2
- Digest of copy:534f68820a410ba41072026994badca7f66fe1b9 not found in: {'ecf80dcb0fc794e941fce078862ad5e83147b7c1'}
- =================================================================================== short test summary info ====================================================================================
- FAILED tests/test_patches.py::test_patches - assert False
- =========================================================================== 1 failed, 53 passed, 1 xfailed in 18.32s ===========================================================================
- ==> ERROR: A failure occurred in check().
- Aborting...
- -> error making: python-aioboto3-exit status 4
- -> Failed to install the following packages. Manual intervention is required:
- python-aioboto3 - exit status 4
Advertisement
Add Comment
Please, Sign In to add comment