Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

vim-vint: Fix

(cherry picked from commit 55be7ae9d538cf1e3ab67dba92575a5c19682373)

authored by

Silvan Mosberger and committed by
worldofpeace
440c83d3 3a2151f7

+3 -3
+3 -3
pkgs/development/tools/vim-vint/default.nix
··· 17 17 disabled = ! pythonAtLeast "3.5"; 18 18 19 19 # Prevent setup.py from adding dependencies in run-time and insisting on specific package versions 20 - patchPhase = '' 20 + postPatch = '' 21 21 substituteInPlace setup.py --replace "return requires" "return []" 22 - ''; 23 - buildInputs = [ coverage pytest pytestcov ]; 22 + ''; 23 + checkInputs = [ pytest ]; 24 24 propagatedBuildInputs = [ ansicolor chardet pyyaml ] ; 25 25 26 26 # The acceptance tests check for stdout and location of binary files, which fails in nix-build.