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
commit ff6699e79a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,7 +181,7 @@
(use-package! python-pytest (use-package! python-pytest
:defer t :commands python-pytest-dispatch
:init :init
(map! :after python (map! :after python
:localleader :localleader
@ -192,7 +192,7 @@
"t" #'python-pytest-function-dwim "t" #'python-pytest-function-dwim
"T" #'python-pytest-function "T" #'python-pytest-function
"r" #'python-pytest-repeat "r" #'python-pytest-repeat
"p" #'python-pytest-popup)) "p" #'python-pytest-dispatch))
;; ;;