Skip to content

Instantly share code, notes, and snippets.

@asconix
Created November 26, 2018 16:22
Show Gist options
  • Save asconix/7a225e6ffd71c28f73a524327780edfc to your computer and use it in GitHub Desktop.
Save asconix/7a225e6ffd71c28f73a524327780edfc to your computer and use it in GitHub Desktop.
building '/nix/store/rx27qlrqq0885103vwy1fgg3f7lnq6wz-python2.7-PyJWT-1.6.4.drv'...
unpacking sources
unpacking source archive /nix/store/cbv50i6jmrlg0k24np5lr6k47nkz8bxn-PyJWT-1.6.4.tar.gz
source root is PyJWT-1.6.4
setting SOURCE_DATE_EPOCH to timestamp 1527130002 of file PyJWT-1.6.4/setup.cfg
patching sources
configuring
building
running bdist_wheel
The [wheel] section is deprecated. Use [bdist_wheel] instead.
running build
running build_py
creating build
creating build/lib
creating build/lib/jwt
copying jwt/algorithms.py -> build/lib/jwt
copying jwt/compat.py -> build/lib/jwt
copying jwt/api_jwt.py -> build/lib/jwt
copying jwt/__init__.py -> build/lib/jwt
copying jwt/utils.py -> build/lib/jwt
copying jwt/exceptions.py -> build/lib/jwt
copying jwt/api_jws.py -> build/lib/jwt
copying jwt/help.py -> build/lib/jwt
copying jwt/__main__.py -> build/lib/jwt
creating build/lib/jwt/contrib
copying jwt/contrib/__init__.py -> build/lib/jwt/contrib
creating build/lib/jwt/contrib/algorithms
copying jwt/contrib/algorithms/pycrypto.py -> build/lib/jwt/contrib/algorithms
copying jwt/contrib/algorithms/py_ecdsa.py -> build/lib/jwt/contrib/algorithms
copying jwt/contrib/algorithms/__init__.py -> build/lib/jwt/contrib/algorithms
installing to build/bdist.macosx-10.10-x86_64/wheel
running install
running install_lib
creating build/bdist.macosx-10.10-x86_64
creating build/bdist.macosx-10.10-x86_64/wheel
creating build/bdist.macosx-10.10-x86_64/wheel/jwt
copying build/lib/jwt/algorithms.py -> build/bdist.macosx-10.10-x86_64/wheel/jwt
copying build/lib/jwt/compat.py -> build/bdist.macosx-10.10-x86_64/wheel/jwt
copying build/lib/jwt/api_jwt.py -> build/bdist.macosx-10.10-x86_64/wheel/jwt
copying build/lib/jwt/__init__.py -> build/bdist.macosx-10.10-x86_64/wheel/jwt
creating build/bdist.macosx-10.10-x86_64/wheel/jwt/contrib
creating build/bdist.macosx-10.10-x86_64/wheel/jwt/contrib/algorithms
copying build/lib/jwt/contrib/algorithms/pycrypto.py -> build/bdist.macosx-10.10-x86_64/wheel/jwt/contrib/algorithms
copying build/lib/jwt/contrib/algorithms/py_ecdsa.py -> build/bdist.macosx-10.10-x86_64/wheel/jwt/contrib/algorithms
copying build/lib/jwt/contrib/algorithms/__init__.py -> build/bdist.macosx-10.10-x86_64/wheel/jwt/contrib/algorithms
copying build/lib/jwt/contrib/__init__.py -> build/bdist.macosx-10.10-x86_64/wheel/jwt/contrib
copying build/lib/jwt/utils.py -> build/bdist.macosx-10.10-x86_64/wheel/jwt
copying build/lib/jwt/exceptions.py -> build/bdist.macosx-10.10-x86_64/wheel/jwt
copying build/lib/jwt/api_jws.py -> build/bdist.macosx-10.10-x86_64/wheel/jwt
copying build/lib/jwt/help.py -> build/bdist.macosx-10.10-x86_64/wheel/jwt
copying build/lib/jwt/__main__.py -> build/bdist.macosx-10.10-x86_64/wheel/jwt
running install_egg_info
running egg_info
writing requirements to PyJWT.egg-info/requires.txt
writing PyJWT.egg-info/PKG-INFO
writing top-level names to PyJWT.egg-info/top_level.txt
writing dependency_links to PyJWT.egg-info/dependency_links.txt
writing entry points to PyJWT.egg-info/entry_points.txt
reading manifest file 'PyJWT.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
writing manifest file 'PyJWT.egg-info/SOURCES.txt'
Copying PyJWT.egg-info to build/bdist.macosx-10.10-x86_64/wheel/PyJWT-1.6.4-py2.7.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
adding license file "AUTHORS" (matched pattern "AUTHORS*")
creating build/bdist.macosx-10.10-x86_64/wheel/PyJWT-1.6.4.dist-info/WHEEL
creating 'dist/PyJWT-1.6.4-py2.py3-none-any.whl' and adding 'build/bdist.macosx-10.10-x86_64/wheel' to it
adding 'jwt/__init__.py'
adding 'jwt/__main__.py'
adding 'jwt/algorithms.py'
adding 'jwt/api_jws.py'
adding 'jwt/api_jwt.py'
adding 'jwt/compat.py'
adding 'jwt/exceptions.py'
adding 'jwt/help.py'
adding 'jwt/utils.py'
adding 'jwt/contrib/__init__.py'
adding 'jwt/contrib/algorithms/__init__.py'
adding 'jwt/contrib/algorithms/py_ecdsa.py'
adding 'jwt/contrib/algorithms/pycrypto.py'
adding 'PyJWT-1.6.4.dist-info/AUTHORS'
adding 'PyJWT-1.6.4.dist-info/LICENSE'
adding 'PyJWT-1.6.4.dist-info/METADATA'
adding 'PyJWT-1.6.4.dist-info/WHEEL'
adding 'PyJWT-1.6.4.dist-info/entry_points.txt'
adding 'PyJWT-1.6.4.dist-info/top_level.txt'
adding 'PyJWT-1.6.4.dist-info/RECORD'
removing build/bdist.macosx-10.10-x86_64/wheel
installing
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/dist /private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4
Processing ./PyJWT-1.6.4-py2.py3-none-any.whl
Installing collected packages: PyJWT
The script pyjwt is installed in '/nix/store/hmjpi5iq3y3zv9c0gf25i1mchx3xd49v-python2.7-PyJWT-1.6.4/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed PyJWT-1.6.4
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4
post-installation fixup
strip is /nix/store/rk3p99jbj4idl3dkkg1rxja5gz0qgs98-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/hmjpi5iq3y3zv9c0gf25i1mchx3xd49v-python2.7-PyJWT-1.6.4/lib /nix/store/hmjpi5iq3y3zv9c0gf25i1mchx3xd49v-python2.7-PyJWT-1.6.4/bin
patching script interpreter paths in /nix/store/hmjpi5iq3y3zv9c0gf25i1mchx3xd49v-python2.7-PyJWT-1.6.4
wrapping `/nix/store/hmjpi5iq3y3zv9c0gf25i1mchx3xd49v-python2.7-PyJWT-1.6.4/bin/pyjwt'...
running install tests
running pytest
running egg_info
writing requirements to PyJWT.egg-info/requires.txt
writing PyJWT.egg-info/PKG-INFO
writing top-level names to PyJWT.egg-info/top_level.txt
writing dependency_links to PyJWT.egg-info/dependency_links.txt
writing entry points to PyJWT.egg-info/entry_points.txt
reading manifest file 'PyJWT.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
writing manifest file 'PyJWT.egg-info/SOURCES.txt'
running build_ext
============================= test session starts ==============================
platform darwin -- Python 2.7.15, pytest-3.9.3, py-1.7.0, pluggy-0.7.1
rootdir: /private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4, inifile: setup.cfg
plugins: cov-2.5.1
collected 188 items
tests/test_algorithms.py ............................................. [ 23%]
tests/test_api_jws.py .........................F.....s.................. [ 50%]
...... [ 53%]
tests/test_api_jwt.py ..........................................F [ 76%]
tests/test_cli.py ............. [ 83%]
tests/test_compat.py ... [ 85%]
tests/test_exceptions.py . [ 85%]
tests/test_jwt.py . [ 86%]
tests/test_utils.py .....x....... [ 93%]
tests/contrib/test_algorithms.py sssssss...... [100%]
=================================== FAILURES ===================================
___________ TestJWS.test_decode_no_algorithms_verify_signature_false ___________
self = <tests.test_api_jws.TestJWS instance at 0x10af94f80>
jws = <jwt.api_jws.PyJWS object at 0x10af9b050>
def test_decode_no_algorithms_verify_signature_false(self, jws):
example_secret = 'secret'
example_jws = (
b'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.'
b'aGVsbG8gd29ybGQ.'
b'SIr03zM64awWRdPrAM_61QWsZchAtgDV3pphfHPPWkI'
)
try:
pytest.deprecated_call(
jws.decode, example_jws, key=example_secret,
> options={'verify_signature': False},
)
E Failed: DID NOT WARN. No warnings of type (<type 'exceptions.DeprecationWarning'>, <type 'exceptions.PendingDeprecationWarning'>) was emitted. The list of emitted warnings is: [].
tests/test_api_jws.py:295: Failed
________________ TestJWT.test_decode_no_algorithms_verify_false ________________
self = <tests.test_api_jwt.TestJWT instance at 0x10b000b48>
jwt = <jwt.api_jwt.PyJWT object at 0x10aff5e10>
payload = {'claim': 'insanity', 'exp': 1543249231, 'iss': 'jeff'}
def test_decode_no_algorithms_verify_false(self, jwt, payload):
secret = 'secret'
jwt_message = jwt.encode(payload, secret)
try:
pytest.deprecated_call(
> jwt.decode, jwt_message, secret, verify=False,
)
E Failed: DID NOT WARN. No warnings of type (<type 'exceptions.DeprecationWarning'>, <type 'exceptions.PendingDeprecationWarning'>) was emitted. The list of emitted warnings is: [].
tests/test_api_jwt.py:517: Failed
---------- coverage: platform darwin, python 2.7.15-final-0 ----------
Name Stmts Miss Cover Missing
------------------------------------------------------------------
jwt/__init__.py 9 0 100%
jwt/__main__.py 63 0 100%
jwt/algorithms.py 173 2 99% 31-32
jwt/api_jws.py 130 1 99% 119
jwt/api_jwt.py 121 0 100%
jwt/compat.py 35 17 51% 15-16, 26-42, 46-54
jwt/contrib/__init__.py 0 0 100%
jwt/contrib/algorithms/__init__.py 0 0 100%
jwt/contrib/algorithms/py_ecdsa.py 29 0 100%
jwt/contrib/algorithms/pycrypto.py 26 25 4% 2-46
jwt/exceptions.py 30 0 100%
jwt/help.py 31 31 0% 1-61
jwt/utils.py 70 3 96% 11-12, 19
setup.py 25 25 0% 3-44
tests/__init__.py 0 0 100%
tests/compat.py 7 2 71% 8-9
tests/contrib/__init__.py 0 0 100%
tests/contrib/test_algorithms.py 104 42 60% 11, 18-19, 25-28, 31-34, 37-40, 43-63, 66-84, 87-103, 106-112
tests/keys/__init__.py 34 7 79% 28-29, 33-34, 41-44
tests/test_algorithms.py 280 2 99% 17-18
tests/test_api_jws.py 392 18 95% 24-25, 298-300, 342-344, 528-533, 610-612, 636, 659
tests/test_api_jwt.py 264 3 99% 467, 520-522
tests/test_cli.py 89 2 98% 45, 88
tests/test_compat.py 9 0 100%
tests/test_exceptions.py 4 0 100%
tests/test_jwt.py 8 0 100%
tests/test_utils.py 14 0 100%
tests/utils.py 21 1 95% 18
------------------------------------------------------------------
TOTAL 1968 181 91%
=============================== warnings summary ===============================
tests/test_utils.py:8
tests/test_utils.py:8: RemovedInPytest4Warning: Applying marks directly to parameters is deprecated, please use pytest.param(..., marks=...) instead.
For more details, see: https://docs.pytest.org/en/latest/parametrize.html
@pytest.mark.parametrize("inputval,expected", [
tests/test_api_jws.py::TestJWS::()::test_encode_decode
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_decode_fails_when_alg_is_not_on_method_algorithms_param
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_decode_works_with_unicode_token
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_decode_missing_segments_throws_exception
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_decode_invalid_token_type_is_none
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_decode_invalid_token_type_is_int
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_decode_with_non_mapping_header_throws_exception
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_decode_algorithm_param_should_be_case_sensitive
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_bad_secret
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_decodes_valid_jws
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_decodes_valid_es384_jws
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_decodes_valid_rs384_jws
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_load_verify_valid_jws
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_allow_skip_verification
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/tests/test_api_jws.py:262: DeprecationWarning: The verify parameter is deprecated. Please use verify_signature in options instead.
decoded_payload = jws.decode(jws_message, verify=False)
tests/test_api_jws.py::TestJWS::()::test_load_no_verification
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/tests/test_api_jws.py:306: DeprecationWarning: The verify parameter is deprecated. Please use verify_signature in options instead.
decoded_payload = jws.decode(jws_message, key=None, verify=False)
tests/test_api_jws.py::TestJWS::()::test_no_secret
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_verify_signature_with_no_secret
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_verify_signature_with_no_algo_header_throws_exception
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_unicode_secret
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_nonascii_secret
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_bytes_secret
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_decode_invalid_header_padding
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_decode_invalid_header_string
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_decode_invalid_payload_padding
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_decode_invalid_crypto_padding
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_decode_with_algo_none_should_fail
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_decode_with_algo_none_and_verify_false_should_pass
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/tests/test_api_jws.py:425: DeprecationWarning: The verify parameter is deprecated. Please use verify_signature in options instead.
jws.decode(jws_message, verify=False)
tests/test_api_jws.py::TestJWS::()::test_encode_decode_with_rsa_sha256
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_encode_decode_with_rsa_sha384
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_encode_decode_with_rsa_sha512
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_encode_decode_with_ecdsa_sha256
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_encode_decode_with_ecdsa_sha384
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jws.py::TestJWS::()::test_encode_decode_with_ecdsa_sha512
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_decodes_valid_jwt
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_load_verify_valid_jwt
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_decode_invalid_payload_string
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_decode_with_non_mapping_payload_throws_exception
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_decode_with_invalid_audience_param_throws_exception
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_decode_with_nonlist_aud_claim_throws_exception
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_decode_with_invalid_aud_list_member_throws_exception
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_decode_raises_exception_if_exp_is_not_int
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_decode_raises_exception_if_iat_is_not_int
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_decode_raises_exception_if_nbf_is_not_int
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_encode_datetime
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_decodes_valid_es384_jwt
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_decodes_valid_rs384_jwt
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_decode_with_expiration
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_decode_with_notbefore
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_decode_skip_expiration_verification
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_decode_skip_notbefore_verification
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_decode_with_expiration_with_leeway
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_decode_with_notbefore_with_leeway
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_check_audience_when_valid
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_check_audience_list_when_valid
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_check_audience_none_specified
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_raise_exception_invalid_audience_list
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_check_audience_in_array_when_valid
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_raise_exception_invalid_audience
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_raise_exception_invalid_audience_in_array
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_raise_exception_token_without_issuer
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_raise_exception_token_without_audience
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_check_issuer_when_valid
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_raise_exception_invalid_issuer
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_skip_check_audience
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_skip_check_exp
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_decode_should_raise_error_if_exp_required_but_not_present
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_decode_should_raise_error_if_iat_required_but_not_present
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_decode_should_raise_error_if_nbf_required_but_not_present
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_skip_check_signature
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_skip_check_iat
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_skip_check_nbf
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_api_jwt.py::TestJWT::()::test_custom_json_encoder
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_cli.py::TestCli::()::test_decode_payload_raises_decoded_error
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_cli.py::TestCli::()::test_decode_payload_raises_decoded_error_isatty
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_cli.py::TestCli::()::test_decode_payload_terminal_tty
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_cli.py::TestCli::()::test_encode_decode[1234-Vader-Sith-None-None]
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_cli.py::TestCli::()::test_encode_decode[4567-Anakin-Jedi-+1-None]
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_cli.py::TestCli::()::test_encode_decode[4321-Padme-Queen-4070926800-true]
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
tests/test_jwt.py::test_encode_decode
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
/private/var/folders/22/b_sm2pwd6k59lhtr5r77pv980000gn/T/nix-build-python2.7-PyJWT-1.6.4.drv-0/PyJWT-1.6.4/jwt/api_jws.py:146: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=== 2 failed, 177 passed, 8 skipped, 1 xfailed, 141 warnings in 5.16 seconds ===
builder for '/nix/store/rx27qlrqq0885103vwy1fgg3f7lnq6wz-python2.7-PyJWT-1.6.4.drv' failed with exit code 1
building '/nix/store/0w3vadkbx3cxa7lypx6wn5gp3h4xa9n0-options-db.xml.drv'...
cannot build derivation '/nix/store/id8bzhmd23ymmib7f97yh2inkgrrh1v9-python2.7-adal-1.2.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/jidypc1gzljamn21kccjqgbn70351i14-nixops-1.6.1pre0_abcdef.drv': 1 dependencies couldn't be built
error: build of '/nix/store/jidypc1gzljamn21kccjqgbn70351i14-nixops-1.6.1pre0_abcdef.drv' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment