From 21eb4972bec03ecc0f0483fe00d9be335f9e476b Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Tue, 30 Aug 2016 10:53:57 +0200 Subject: pythonPackages.funcparserlib: build on Python 3.x --- pkgs/top-level/python-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/top-level/python-packages.nix') diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index eb7422d43b2cb..d2e73fae907b0 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -6331,8 +6331,8 @@ in modules // { ${python.interpreter} -m unittest discover ''; - # Judging from SyntaxError in tests. - disabled = isPy3k; + # Tests are Python 2.x only judging from SyntaxError + doCheck = !(isPy3k); meta = { description = "Recursive descent parsing library based on functional combinators"; -- cgit 1.4.1