diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index 23cadc948..5d31fa9a2 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -118,7 +118,9 @@ called.") :n "O" #'nosetests-pdb-one :n "V" #'nosetests-pdb-module)) + (def-package! python-pytest + :defer t :init (map! :after python :map python-mode-map @@ -129,6 +131,7 @@ called.") :nv "m" #'python-pytest-repeat :nv "p" #'python-pytest-popup)) + ;; ;; Environment management