Merge pull request #74867 from Pamplemousse/fix_progressbar2

pythonPackage.progressbar2: Fix
This commit is contained in:
Mario Rodas 2019-12-07 16:09:02 -05:00 committed by GitHub
commit 0b2d9ab56d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,11 +23,6 @@ buildPythonPackage rec {
sha256 = "7538d02045a1fd3aa2b2834bfda463da8755bd3ff050edc6c5ddff3bc616215f";
};
postPatch = ''
rm -r tests/__pycache__
rm tests/*.pyc
'';
propagatedBuildInputs = [ python-utils ];
nativeBuildInputs = [ pytestrunner ];
checkInputs = [