0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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

View file

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