Pylons / pyramid

Pyramid - A Python web framework
https://trypyramid.com/
Other
3.97k stars 887 forks source link

Backport #3657 #3658

Closed luhn closed 3 years ago

luhn commented 3 years ago

Builds were failingbecause ubuntu-latest has been updated to 20.04, which doesn't support Python 3.4. So I pinned the tests to ubuntu-18.04.

stevepiercy commented 3 years ago

Building docs test seems to have stalled after 22 minutes. Should I restart the jobs?

luhn commented 3 years ago

I guess so.

I wonder if Github is having some issues. A coworker had a test stuck in the queue for 30 minutes earlier today.

stevepiercy commented 3 years ago

Restarted. The docs job had started, and stalled just after loading the .inv file from SQLAlchemy. All jobs pass now.

mmerickel commented 3 years ago

Oh come on I forgot to look at this before releasing 1.10.6. FML

mmerickel commented 3 years ago

@luhn any chance you could rebase this and use the CI that I did for 1.10-branch instead of this? I think I prefer my change that keeps running tests against latest for the most part.

luhn commented 3 years ago

Done.

mmerickel commented 3 years ago

Thank you @luhn !!!