diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index cc23768e3..e1a339ede 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -181,7 +181,7 @@ (use-package! python-pytest - :defer t + :commands python-pytest-dispatch :init (map! :after python :localleader @@ -192,7 +192,7 @@ "t" #'python-pytest-function-dwim "T" #'python-pytest-function "r" #'python-pytest-repeat - "p" #'python-pytest-popup)) + "p" #'python-pytest-dispatch)) ;;