python pyramid: Disable tests for Python 3.5

I am not sure whether pyramid on Python 3.5 should work already.
Therefore, disable the tests for Python 3.5 instead of disabling.
This commit is contained in:
Frederik Rietdijk 2015-10-25 08:48:41 +01:00
parent f672496032
commit 75715000db

View file

@ -4712,6 +4712,11 @@ let
maintainers = with maintainers; [ garbas iElectric ];
platforms = platforms.all;
};
# Failing tests
# https://github.com/Pylons/pyramid/issues/1899
doCheck = !isPy35;
};