On 21/08/10 10:05AM, Stuart Henderson wrote: > > If MODPY_PYTEST=Yes works then that would be better. (That automatically > adds the dependency and sets a default test command). >
That doesn't seem to work here: ===> Regression tests for ffmpeg-normalize-1.22.1 running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing ffmpeg_normalize.egg-info/PKG-INFO writing dependency_links to ffmpeg_normalize.egg-info/dependency_links.txt writing entry points to ffmpeg_normalize.egg-info/entry_points.txt writing requirements to ffmpeg_normalize.egg-info/requires.txt writing top-level names to ffmpeg_normalize.egg-info/top_level.txt reading manifest file 'ffmpeg_normalize.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'CONTRIBUTING.md' adding license file 'LICENSE' writing manifest file 'ffmpeg_normalize.egg-info/SOURCES.txt' running build_ext ---------------------------------------------------------------------- Ran 0 tests in 0.000s It appears like the default command is deprecated and tox is now required for that. Should I try to update tox in the tree and make it work that way?
