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 loading intersphinx inventory from https://docs.python.org/objects.inv...
19 intersphinx inventory has moved: https://docs.python.org/objects.inv -> https://docs.python.org/3/objects.inv
20 building [mo]: targets for 0 po files that are out of date
21 building [doctest]: targets for 6 source files that are out of date
22 updating environment: [new config] 6 added, 0 changed, 0 removed
23 reading sources... [ 16%] api
24 reading sources... [ 33%] classhandler
25 reading sources... [ 50%] hacking
26 reading sources... [ 66%] index
27 reading sources... [ 83%] theory
28 reading sources... [100%] usage
30 looking for now-outdated files... none found
31 pickling environment... done
32 checking consistency... done
35 Document: classhandler
36 ----------------------
37 1 items passed all tests:
40 9 passed and 0 failed.
45 1 items passed all tests:
48 17 passed and 0 failed.
50 1 items passed all tests:
51 1 tests in default (cleanup code)
53 1 passed and 0 failed.
60 0 failures in setup code
61 0 failures in cleanup code
62 build succeeded, 1 warning.
64 Testing of doctests in the sources finished, look at the results in .tox/py$(PYV)/.cache/doctest/output.txt.