From 529c0473102a7ace45bd4f1ee3476f66412c16e2 Mon Sep 17 00:00:00 2001 From: Benoit Bovy Date: Mon, 10 Aug 2020 15:05:54 +0200 Subject: [PATCH] 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)) ;;