2 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.
3 $(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
6 ********************************************************************************
7 Requirements should be satisfied by a PEP 517 installer.
8 If you are using pip, you can try `pip install --use-pep517`.
9 ********************************************************************************
12 ir_d = dist.fetch_build_eggs(dist.install_requires)
13 $(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
16 ********************************************************************************
17 Requirements should be satisfied by a PEP 517 installer.
18 If you are using pip, you can try `pip install --use-pep517`.
19 ********************************************************************************
22 tr_d = dist.fetch_build_eggs(dist.tests_require or [])
23 $(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
26 ********************************************************************************
27 Requirements should be satisfied by a PEP 517 installer.
28 If you are using pip, you can try `pip install --use-pep517`.
29 ********************************************************************************
32 er_d = dist.fetch_build_eggs(
34 writing gprof2dot.egg-info/PKG-INFO
35 writing dependency_links to gprof2dot.egg-info/dependency_links.txt
36 writing entry points to gprof2dot.egg-info/entry_points.txt
37 writing top-level names to gprof2dot.egg-info/top_level.txt
38 reading manifest file 'gprof2dot.egg-info/SOURCES.txt'
39 adding license file 'LICENSE.txt'
40 writing manifest file 'gprof2dot.egg-info/SOURCES.txt'
43 ----------------------------------------------------------------------