running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
$(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  ir_d = dist.fetch_build_eggs(dist.install_requires)
$(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  tr_d = dist.fetch_build_eggs(dist.tests_require or [])
$(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  er_d = dist.fetch_build_eggs(
running egg_info
writing jsonpointer.egg-info/PKG-INFO
writing dependency_links to jsonpointer.egg-info/dependency_links.txt
writing top-level names to jsonpointer.egg-info/top_level.txt
reading manifest file 'jsonpointer.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
adding license file 'AUTHORS'
writing manifest file 'jsonpointer.egg-info/SOURCES.txt'
running build_ext
test_alttypes (tests.AltTypesTests) ... ok
test_mock_dict_raises_key_error (tests.AltTypesTests) ... ok
test_mock_dict_returns_default (tests.AltTypesTests) ... ok
test_mock_dict_sanity (tests.AltTypesTests) ... ok
test_contains (tests.ComparisonTests) ... ok
test_contains_magic (tests.ComparisonTests) ... ok
test_eq_hash (tests.ComparisonTests) ... ok
test_join (tests.ComparisonTests) ... ok
test_join_magic (tests.ComparisonTests) ... ok
test_set (tests.SetTests) ... ok
test_eol (tests.SpecificationTests) ... ok
test_example (tests.SpecificationTests) ... ok
test_parts (tests.SpecificationTests) ... ok
test_round_trip (tests.SpecificationTests) ... ok
test_str_and_repr (tests.SpecificationTests) ... ok
test_empty_path (tests.ToLastTests) ... ok
test_path (tests.ToLastTests) ... ok
test_invalid_escape (tests.WrongInputTests) ... ok
test_invalid_index (tests.WrongInputTests) ... ok
test_no_start_slash (tests.WrongInputTests) ... ok
test_oob (tests.WrongInputTests) ... ok
test_trailing_escape (tests.WrongInputTests) ... ok
from_parts (jsonpointer.JsonPointer)
Doctest: jsonpointer.JsonPointer.from_parts ... ok
path (jsonpointer.JsonPointer)
Doctest: jsonpointer.JsonPointer.path ... ok
pairwise (jsonpointer)
Doctest: jsonpointer.pairwise ... ok
resolve_pointer (jsonpointer)
Doctest: jsonpointer.resolve_pointer ... ok
set_pointer (jsonpointer)
Doctest: jsonpointer.set_pointer ... ok

----------------------------------------------------------------------
Ran 27 tests

OK