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:
Tom Hunger 2017-02-17 08:52:45 +00:00
parent 5e31a7cca6
commit 90223a9bbd
1 changed files with 1 additions and 0 deletions

View File

@ -456,6 +456,7 @@ in {
sha256 = "08k92afnk0bivm07h1l5nh26xl2rfp7qn03aq17q1hr3fs5r6cdm";
};
buildInputs = [ self.pytest ];
propagatedBuildInputs = with self; [ jupyter_core pandas ];
meta = {