lol

python39Packages.yanc: only disable tests on python >=3.5

authored by

Sandro Jäckel and committed by
Martin Weinelt
352ae0b7 f0719291

+5 -5
+5 -5
pkgs/development/python-modules/yanc/default.nix
··· 4 4 pname = "yanc"; 5 5 version = "0.3.3"; 6 6 7 - # Tests fail on Python>=3.5. See: https://github.com/0compute/yanc/issues/10 8 - disabled = !(pythonOlder "3.5"); 9 - 10 - checkInputs = [ nose ]; 11 - 12 7 src = fetchPypi { 13 8 inherit pname version; 14 9 sha256 = "0z35bkk9phs40lf5061k1plhjdl5fskm0dmdikrsqi1bjihnxp8w"; 15 10 }; 11 + 12 + # Tests fail on Python>=3.5. See: https://github.com/0compute/yanc/issues/10 13 + doCheck = pythonOlder "3.5"; 14 + 15 + checkInputs = [ nose ]; 16 16 17 17 checkPhase = '' 18 18 nosetests .