Merge pull request #3716 from benbovy/fix-pytest-popup

Fix python-pytest-popup
This commit is contained in:
Henrik Lissner
2020-10-21 12:04:52 -04:00
committed by GitHub

View File

@ -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))
;;