Merge pull request #74867 from Pamplemousse/fix_progressbar2
pythonPackage.progressbar2: Fix
This commit is contained in:
commit
0b2d9ab56d
1 changed files with 0 additions and 5 deletions
|
@ -23,11 +23,6 @@ buildPythonPackage rec {
|
|||
sha256 = "7538d02045a1fd3aa2b2834bfda463da8755bd3ff050edc6c5ddff3bc616215f";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
rm -r tests/__pycache__
|
||||
rm tests/*.pyc
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ python-utils ];
|
||||
nativeBuildInputs = [ pytestrunner ];
|
||||
checkInputs = [
|
||||
|
|
Loading…
Reference in a new issue