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-03-15 12:28:18 +00:00
parent 5e31a7cca6
commit 90223a9bbd
+1
View File
@@ -456,6 +456,7 @@ in {
sha256 = "08k92afnk0bivm07h1l5nh26xl2rfp7qn03aq17q1hr3fs5r6cdm";
};
buildInputs = [ self.pytest ];
propagatedBuildInputs = with self; [ jupyter_core pandas ];
meta = {