1 py$(PYV) create: $(@D)/.tox/py$(PYV)
2 py$(PYV) run-test: commands[0] | python -m testtools.run discover
3 $(PYTHON_DIR)/runpy.py:127: RuntimeWarning: 'testtools.run' found in sys.modules after import of package 'testtools', but prior to execution of 'testtools.run'; this may result in unpredictable behaviour
4 warn(RuntimeWarning(msg))
9 ___________________________________ summary ____________________________________
10 py$(PYV): commands succeeded