vega: add pytest as a build-input.
It's unclear how this worked before but it clearly did because we have vega running in production.
This commit is contained in:
parent
5e31a7cca6
commit
90223a9bbd
|
@ -456,6 +456,7 @@ in {
|
|||
sha256 = "08k92afnk0bivm07h1l5nh26xl2rfp7qn03aq17q1hr3fs5r6cdm";
|
||||
};
|
||||
|
||||
buildInputs = [ self.pytest ];
|
||||
propagatedBuildInputs = with self; [ jupyter_core pandas ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in New Issue