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 , 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";