python3Packages.progressbar2: re-enable check since the issue was solved upstream
This commit is contained in:
parent
002e147b10
commit
d47f646d16
1 changed files with 0 additions and 4 deletions
|
@ -16,10 +16,6 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [ python-utils ];
|
||||
|
||||
# depends on unmaintained pytest-pep8
|
||||
# https://github.com/WoLpH/python-progressbar/issues/241
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "progressbar" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue