python3Packages.progressbar2: re-enable check since the issue was solved upstream

This commit is contained in:
Fabián Heredia Montiel 2022-07-05 17:38:05 -05:00
parent 002e147b10
commit d47f646d16

View file

@ -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; {