On 2022/03/17 17:46, Ricardo wrote: > Hey ports@ > > Update to sysutils/py-pynetbox, released 3 weeks ago. Changes: > https://github.com/netbox-community/pynetbox/compare/v6.1.3...v6.6.1 > > It was a pretty straightforward update. The only thing I noticed was that > regress testing was NOK - didn't performed any test. > > After dropping pytest, I noticed some tests needed yaml, so added > textproc/py-yaml as dependency. Simply fix. :) > > make test now runs all the tests without any error or warning. > > Besides that, ran a few API queries successfully (amd64), but additional eyes > would be greatly appreciated. > > Take care. > ~Ricardo
Please don't disable MODPY_PYTEST : ===> Regression tests for py3-pynetbox-6.6.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 pynetbox.egg-info/PKG-INFO [...] Just fix the dir name in MODPY_PYTEST_ARGS instead. It was probably missed with a previous update.
