1 No 'requirements-files' section was found. Nothing to do.
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.
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(
35 writing validate_email.egg-info/PKG-INFO
36 writing dependency_links to validate_email.egg-info/dependency_links.txt
37 writing top-level names to validate_email.egg-info/top_level.txt
38 reading manifest file 'validate_email.egg-info/SOURCES.txt'
39 reading manifest template 'MANIFEST.in'
40 adding license file 'LICENSE'
41 adding license file 'AUTHORS'
42 writing manifest file 'validate_email.egg-info/SOURCES.txt'
45 ----------------------------------------------------------------------