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 $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/zc/lockfile/README.txt
9 hostname_in_lockfile (zc.lockfile.tests)
10 many_threads_read_and_write (zc.lockfile.tests)
11 pid_in_lockfile (zc.lockfile.tests)
12 test_log_formatting (zc.lockfile.tests.LockFileLogEntryTestCase)
13 test_simple_lock (zc.lockfile.tests.LockFileLogEntryTestCase)
14 test_unlock_and_lock_while_multiprocessing_process_running (zc.lockfile.tests.LockFileLogEntryTestCase)
15 The following test left new threads behind:
16 test_unlock_and_lock_while_multiprocessing_process_running (zc.lockfile.tests.LockFileLogEntryTestCase)
17 New thread(s): [<Thread(QueueFeederThread, started daemon 52)>]
18 Ran 7 tests with 0 failures, 0 errors and 0 skipped.
19 Tearing down left over layers:
20 Tear down zope.testrunner.layer.UnitTests.