python3Packages.mutagen: fix tests

This commit is contained in:
Jonathan Ringer 2020-08-16 19:17:11 -07:00
parent fe23db1fdd
commit 74ad5ea87e
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -3,6 +3,7 @@
, fetchPypi
, isPy27
, fetchpatch
, flake8
, hypothesis
, pycodestyle
, pyflakes
@ -24,7 +25,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ setuptools ];
checkInputs = [
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";