You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#509 introduced tests for python yasnippets, but at least on my box running Emacs 30, ert is not automatically loaded and that results in the following ugly backtrace:
#509 introduced tests for python yasnippets, but at least on my box running Emacs 30,
ert
is not automatically loaded and that results in the following ugly backtrace:The issue can be worked around by adding a
(require 'ert)
at the top ofsnippets/python-mode/.yas-setup.el
, but I'm unsure if that isn't overkill.The text was updated successfully, but these errors were encountered: