pythonPackages.dynd: disable on python2
tests fail on python2
This commit is contained in:
parent
db872b1bc1
commit
c307e5b0f3
@ -8888,7 +8888,7 @@ in {
|
|||||||
dynd = buildPythonPackage rec {
|
dynd = buildPythonPackage rec {
|
||||||
version = "0.7.2";
|
version = "0.7.2";
|
||||||
name = "dynd-${version}";
|
name = "dynd-${version}";
|
||||||
disabled = isPyPy;
|
disabled = isPyPy || !isPy3k; # tests fail on python2, 2018-04-11
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "libdynd";
|
owner = "libdynd";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user