python39Packages.pyramid: remove doCheck condition
Python 3.5 is no longer supported.
This commit is contained in:
parent
68370cf310
commit
ec7ec7db7d
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user