Merge pull request #57090 from Infinisil/fix/vim-vint

vim-vint: Fix
This commit is contained in:
worldofpeace 2019-03-08 16:36:59 -05:00 committed by GitHub
commit 9bedfe59bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,10 +17,10 @@ buildPythonApplication rec {
disabled = ! pythonAtLeast "3.5";
# Prevent setup.py from adding dependencies in run-time and insisting on specific package versions
patchPhase = ''
postPatch = ''
substituteInPlace setup.py --replace "return requires" "return []"
'';
buildInputs = [ coverage pytest pytestcov ];
'';
checkInputs = [ pytest ];
propagatedBuildInputs = [ ansicolor chardet pyyaml ] ;
# The acceptance tests check for stdout and location of binary files, which fails in nix-build.