pysnippet/thumbnails

Tests fail for 3.7 and 3.8 Python versions

ArtyomVancyan opened this issue · 2 comments

The actual error is AttributeError: module 'functools' has no attribute 'cache', but functools also should not have cached_property.

PR:

This issue is fixed and tested on Windows platforms. The problem is related to GH actions, and it is described here.

GH-42 closes this issue.