Fix #3273: install nose from emacsattic

Nose was moved from https://github.com/emacsmirror to
https://github.com/emacsattic, but https://github.com/emacsmirror/epkgs
hasn't updated their emacsattic index yet, so folks are getting
no-package-found errors from straight.
This commit is contained in:
Henrik Lissner 2020-06-02 15:03:04 -04:00
parent 02542a63d4
commit e916122750
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -28,8 +28,11 @@
(package! poetry :pin "6dcc9d22ca"))
;; Testing frameworks
(package! nose :pin "f852829751")
(package! python-pytest :pin "09ad688df2")
(package! nose
;; REVIEW Remove this when emacsmirror/epkgs updates its emacsattic index
:recipe (:host github :repo "emacsattic/nose")
:pin "f8528297519eba911696c4e68fa88892de9a7b72")
(package! python-pytest :pin "09ad688df207ee9b02c990d3897a9e2841931d97")
;; Import managements
(package! pyimport :pin "a6f63cf7ed")