lang/python: lazyload python-pytest #1026

This commit is contained in:
Henrik Lissner 2018-12-05 21:45:40 -05:00
parent 38d0d88018
commit 408eecad8e

View file

@ -118,7 +118,9 @@ called.")
:n "O" #'nosetests-pdb-one :n "O" #'nosetests-pdb-one
:n "V" #'nosetests-pdb-module)) :n "V" #'nosetests-pdb-module))
(def-package! python-pytest (def-package! python-pytest
:defer t
:init :init
(map! :after python (map! :after python
:map python-mode-map :map python-mode-map
@ -129,6 +131,7 @@ called.")
:nv "m" #'python-pytest-repeat :nv "m" #'python-pytest-repeat
:nv "p" #'python-pytest-popup)) :nv "p" #'python-pytest-popup))
;; ;;
;; Environment management ;; Environment management