delete pytest package. elpy does it bettere.

This commit is contained in:
Ivan Malison 2015-08-04 03:47:04 -07:00
parent 9962067795
commit c9ede90bf6

View File

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