pytest-subtesthack: init at 0.1.1

This commit is contained in:
Damien Cassou 2016-03-14 09:55:27 +01:00
parent c3dac8f467
commit d373ef3508

View file

@ -4262,6 +4262,27 @@ in modules // {
};
};
pytest-subtesthack = buildPythonPackage rec {
name = "pytest-subtesthack-${version}";
version = "0.1.1";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/p/pytest-subtesthack/${name}.tar.gz";
sha256 = "15kzcr5pchf3id4ikdvlv752rc0j4d912n589l4rifp8qsj19l1x";
};
propagatedBuildInputs = with self; [ pytest ];
# no upstream test
doCheck = false;
meta = {
description = "Terrible plugin to set up and tear down fixtures within the test function itself";
homepage = https://github.com/untitaker/pytest-subtesthack;
license = licenses.publicDomain;
};
};
tinycss = buildPythonPackage rec {
name = "tinycss-${version}";
version = "0.3";