python.pkgs: updates
This commit is contained in:
@@ -8,11 +8,15 @@
|
||||
, unittest2
|
||||
, traceback2
|
||||
, isPy3k
|
||||
, fixtures
|
||||
, pyrsistent
|
||||
}:
|
||||
|
||||
# testtools 2.0.0 and up has a circular run-time dependency on futures
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "testtools";
|
||||
version = "1.8.0";
|
||||
version = "1.9.0";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
# Python 2 only judging from SyntaxError
|
||||
@@ -20,12 +24,11 @@ buildPythonPackage rec {
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "15yxz8d70iy1b1x6gd7spvblq0mjxjardl4vnaqasxafzc069zca";
|
||||
sha256 = "b46eec2ad3da6e83d53f2b0eca9a8debb687b4f71343a074f83a16bbdb3c0644";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pbr python_mimeparse extras lxml unittest2 ];
|
||||
propagatedBuildInputs = [ pbr python_mimeparse extras lxml unittest2 pyrsistent ];
|
||||
buildInputs = [ traceback2 ];
|
||||
patches = [ ./testtools_support_unittest2.patch ];
|
||||
|
||||
# No tests in archive
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user