python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / strict-rfc3339 / test / results-all.master
blob0d88bfccd1d2192d68f0e1132f2a63e1be7c9b83
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.
3 !!
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 ----------------------------------------------------------------------
34 Ran 0 tests