1 ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
2 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
3 py$(PYV): commands[0]> python -m zope.testrunner --test-path=src -vv
4 Running tests at level 1
5 Running zope.testrunner.layer.UnitTests tests:
6 Set up zope.testrunner.layer.UnitTests.
8 test_empty (zope.event.tests.Test_notify)
9 test_not_empty (zope.event.tests.Test_notify)
10 classhandler (zope.event)
11 Ran 3 tests with 0 failures, 0 errors and 0 skipped.
12 Tearing down left over layers:
13 Tear down zope.testrunner.layer.UnitTests.
14 py$(PYV): commands[1]> python -m sphinx.cmd.build -b doctest -d $(@D)/.tox/py$(PYV)/.cache/doctrees docs $(@D)/.tox/py$(PYV)/.cache/doctest
16 making output directory... done
17 WARNING: html_static_path entry '_static' does not exist
18 WARNING: The pre-Sphinx 1.0 'intersphinx_mapping' format is deprecated and will be removed in Sphinx 8. Update to the current format as described in the documentation. Hint: "intersphinx_mapping = {'<name>': ('https://docs.python.org/', None)}".https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping
19 loading intersphinx inventory from https://docs.python.org/objects.inv...
20 intersphinx inventory has moved: https://docs.python.org/objects.inv -> https://docs.python.org/3/objects.inv
21 building [mo]: targets for 0 po files that are out of date
23 building [doctest]: targets for 6 source files that are out of date
24 updating environment: [new config] 6 added, 0 changed, 0 removed
25 reading sources... [ 16%] api
26 reading sources... [ 33%] classhandler
27 reading sources... [ 50%] hacking
28 reading sources... [ 66%] index
29 reading sources... [ 83%] theory
30 reading sources... [100%] usage
32 looking for now-outdated files... none found
33 pickling environment... done
34 checking consistency... done
37 Document: classhandler
38 ----------------------
39 1 items passed all tests:
42 9 passed and 0 failed.
47 1 items passed all tests:
50 17 passed and 0 failed.
52 1 items passed all tests:
53 1 tests in default (cleanup code)
55 1 passed and 0 failed.
62 0 failures in setup code
63 0 failures in cleanup code
64 build succeeded, 2 warnings.
66 Testing of doctests in the sources finished, look at the results in .tox/py$(PYV)/.cache/doctest/output.txt.