fract4d / gnofract4d

A fractal generation program for linux
Other
116 stars 27 forks source link

Fix tests failing with pytest due to missing _() #248

Closed cjmayo closed 2 years ago

cjmayo commented 2 years ago

TypeError: 'NoneType' object is not callable


Something changed when using pytest on its own - I've seen this on other projects. You now have to have the gettext _() alias installed.

cjmayo commented 2 years ago

macos-10.15 really has been removed for GitHub Actions. Need #247 for upgrade to macos-11.