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 types_toml.egg-info/PKG-INFO
35 writing dependency_links to types_toml.egg-info/dependency_links.txt
36 writing top-level names to types_toml.egg-info/top_level.txt
37 reading manifest file 'types_toml.egg-info/SOURCES.txt'
38 reading manifest template 'MANIFEST.in'
39 writing manifest file 'types_toml.egg-info/SOURCES.txt'
42 ----------------------------------------------------------------------