From ed1f2016fa9dd26a205072a82f32f7a4cc2fb872 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 2 Dec 2019 11:13:18 -0500 Subject: [PATCH] this debug info is probably not necessary anymore --- zkapauthorizer.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/zkapauthorizer.nix b/zkapauthorizer.nix index 1a352e4..cfa93e1 100644 --- a/zkapauthorizer.nix +++ b/zkapauthorizer.nix @@ -44,7 +44,6 @@ buildPythonPackage rec { checkPhase = '' runHook preCheck - set -x "${pyflakes}/bin/pyflakes" src/_zkapauthorizer ZKAPAUTHORIZER_HYPOTHESIS_PROFILE=${hypothesisProfile'} python -m ${if collectCoverage then "coverage run --branch --source _zkapauthorizer,twisted.plugins.zkapauthorizer --module" -- GitLab