1 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.
2 $(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
5 ********************************************************************************
6 Requirements should be satisfied by a PEP 517 installer.
7 If you are using pip, you can try `pip install --use-pep517`.
8 ********************************************************************************
11 ir_d = dist.fetch_build_eggs(dist.install_requires)
12 $(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
15 ********************************************************************************
16 Requirements should be satisfied by a PEP 517 installer.
17 If you are using pip, you can try `pip install --use-pep517`.
18 ********************************************************************************
21 tr_d = dist.fetch_build_eggs(dist.tests_require or [])
22 $(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
25 ********************************************************************************
26 Requirements should be satisfied by a PEP 517 installer.
27 If you are using pip, you can try `pip install --use-pep517`.
28 ********************************************************************************
31 er_d = dist.fetch_build_eggs(
33 ----------------------------------------------------------------------