python/setuptools-rust: replace deprecated wheel.bdist_wheel
[oi-userland.git] / components / python / flex / test / results-all.master
blobbb91ad1291ea55b9e828382670fda949c6ee3487
1 No 'requirements-files' section was found. Nothing to do.
2 running test
3 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.
4 $(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
5 !!
7         ********************************************************************************
8         Requirements should be satisfied by a PEP 517 installer.
9         If you are using pip, you can try `pip install --use-pep517`.
10         ********************************************************************************
13   ir_d = dist.fetch_build_eggs(dist.install_requires)
14 $(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
17         ********************************************************************************
18         Requirements should be satisfied by a PEP 517 installer.
19         If you are using pip, you can try `pip install --use-pep517`.
20         ********************************************************************************
23   tr_d = dist.fetch_build_eggs(dist.tests_require or [])
24 $(PYTHON_DIR)/vendor-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
27         ********************************************************************************
28         Requirements should be satisfied by a PEP 517 installer.
29         If you are using pip, you can try `pip install --use-pep517`.
30         ********************************************************************************
33   er_d = dist.fetch_build_eggs(
34 running egg_info
35 writing flex.egg-info/PKG-INFO
36 writing dependency_links to flex.egg-info/dependency_links.txt
37 writing entry points to flex.egg-info/entry_points.txt
38 writing requirements to flex.egg-info/requires.txt
39 writing top-level names to flex.egg-info/top_level.txt
40 file flex.py (for module flex) not found
41 reading manifest file 'flex.egg-info/SOURCES.txt'
42 reading manifest template 'MANIFEST.in'
43 warning: no files found matching 'VERSION'
44 warning: no previously-included files matching '__pycache__' found under directory '*'
45 warning: no previously-included files matching '*.py[co]' found under directory '*'
46 adding license file 'LICENSE'
47 writing manifest file 'flex.egg-info/SOURCES.txt'
48 running build_ext
50 ----------------------------------------------------------------------
51 Ran 0 tests