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:
parent
68370cf310
commit
ec7ec7db7d
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue