python3Packages.mutagen: fix tests
This commit is contained in:
parent
fe23db1fdd
commit
74ad5ea87e
@ -3,6 +3,7 @@
|
|||||||
, fetchPypi
|
, fetchPypi
|
||||||
, isPy27
|
, isPy27
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
|
, flake8
|
||||||
, hypothesis
|
, hypothesis
|
||||||
, pycodestyle
|
, pycodestyle
|
||||||
, pyflakes
|
, pyflakes
|
||||||
@ -24,7 +25,7 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [ setuptools ];
|
propagatedBuildInputs = [ setuptools ];
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
pkgs.faad2 pkgs.flac pkgs.vorbis-tools pkgs.liboggz
|
pkgs.faad2 pkgs.flac pkgs.vorbis-tools pkgs.liboggz
|
||||||
pkgs.glibcLocales pycodestyle pyflakes pytest hypothesis
|
pkgs.glibcLocales pycodestyle pyflakes pytest hypothesis flake8
|
||||||
];
|
];
|
||||||
LC_ALL = "en_US.UTF-8";
|
LC_ALL = "en_US.UTF-8";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user