py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> python -m zope.testrunner --test-path=src -vv $(PYTHON_DIR)/vendor-packages/zope/testrunner/__init__.py:20: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources # noqa: F401 unused import, see GitHub issue #194 Running tests at level 1 Running zope.testrunner.layer.UnitTests tests: Set up zope.testrunner.layer.UnitTests. Running: $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/zc/lockfile/README.txt hostname_in_lockfile (zc.lockfile.tests) many_threads_read_and_write (zc.lockfile.tests) pid_in_lockfile (zc.lockfile.tests) test_log_formatting (zc.lockfile.tests.LockFileLogEntryTestCase) test_simple_lock (zc.lockfile.tests.LockFileLogEntryTestCase) test_unlock_and_lock_while_multiprocessing_process_running (zc.lockfile.tests.LockFileLogEntryTestCase) Ran 7 tests with 0 failures, 0 errors and 0 skipped. Tearing down left over layers: Tear down zope.testrunner.layer.UnitTests. py$(PYV): OK congratulations :)