From 529c0473102a7ace45bd4f1ee3476f66412c16e2 Mon Sep 17 00:00:00 2001 From: Benoit Bovy Date: Mon, 10 Aug 2020 15:05:54 +0200 Subject: [PATCH 1/2] fix python-pytest-popup It is now obsolete, it has been renamed in https://github.com/wbolster/emacs-python-pytest/commit/ee61741d4e35dc639b5e269efaa488d743da9c35 --- modules/lang/python/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index 95f351a32..177545e24 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -194,7 +194,7 @@ called.") "t" #'python-pytest-function-dwim "T" #'python-pytest-function "r" #'python-pytest-repeat - "p" #'python-pytest-popup)) + "p" #'python-pytest-dispatch)) ;; From d7055090fe9bddd0465daa47e9a07915fc29aa80 Mon Sep 17 00:00:00 2001 From: Benoit Bovy Date: Wed, 26 Aug 2020 09:24:22 +0200 Subject: [PATCH 2/2] autoload python-pytest-dispatch --- modules/lang/python/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index 177545e24..aedca9c6e 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -183,7 +183,7 @@ called.") (use-package! python-pytest - :defer t + :commands python-pytest-dispatch :init (map! :after python :localleader