conan: Locally pin deps, enable tests

This commit is contained in:
Timo Kaufmann
2018-03-15 12:41:11 +01:00
parent 2e7577c99b
commit 488835ec6e
7 changed files with 46 additions and 69 deletions

View File

@@ -1,7 +1,6 @@
{ stdenv, fetchPypi, buildPythonPackage, pytest, tox }:
buildPythonPackage rec {
name = "${pname}-${version}";
version = "0.3.0";
pname = "node-semver";