mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
pytest-subtesthack: init at 0.1.1
This commit is contained in:
parent
c3dac8f467
commit
d373ef3508
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user