homebysix / recipe-robot

A kick ass tool for creating AutoPkg recipes.
Apache License 2.0
300 stars 28 forks source link

Switch from nose to pytest based tests #196

Open homebysix opened 1 year ago

homebysix commented 1 year ago

As of Python 3.10, the nose based testing for Recipe Robot is no longer working. This error is produced:

AttributeError: module 'collections' has no attribute 'Callable'

The issue is identified here, and sounds like there won't be a fix.

Suggested next step is to switch to pytest.