python39Packages.pyramid: remove doCheck condition

Python 3.5 is no longer supported.
This commit is contained in:
Sandro Jäckel 2021-10-07 20:39:40 +02:00
parent 68370cf310
commit ec7ec7db7d
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

@ -29,10 +29,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [ hupper pastedeploy plaster plaster-pastedeploy repoze_lru translationstring venusian webob zope_deprecation zope_interface ];
# Failing tests
# https://github.com/Pylons/pyramid/issues/1899
doCheck = !isPy35;
pythonImportsCheck = [ "pyramid" ];
meta = with lib; {