python27Packages.testfixtures: 6.10.3 -> 6.14.1
This commit is contained in:
parent
4d66a37dd5
commit
113bd283a4
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "testfixtures";
|
pname = "testfixtures";
|
||||||
version = "6.10.3";
|
version = "6.14.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "8f22100d4fb841b958f64e71c8820a32dc46f57d4d7e077777b932acd87b7327";
|
sha256 = "0rh38zj8wywgqlsi5j75c7drpqhkrg50qknj1kdmvg4kdlab7ljq";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest mock sybil zope_component twisted ];
|
checkInputs = [ pytest mock sybil zope_component twisted ];
|
||||||
|
Loading…
Reference in New Issue
Block a user