From c9ede90bf650b09f701b077d138cd8bb7c35c633 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 4 Aug 2015 03:47:04 -0700 Subject: [PATCH] delete pytest package. elpy does it bettere. --- dotfiles/emacs.d/init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 1f9244df..e7cd033b 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1650,10 +1650,6 @@ window is active in the perspective." (add-to-list 'company-backends 'company-jedi)) (add-hook 'python-mode-hook #'imalison:python-mode)))) -(use-package pytest - :ensure t - :bind ("C-c t" . pytest-one)) - ;; ============================================================================= ;; Scala ;; =============================================================================