Merge pull request #3157 from manics/python-traitlets-latest

Don't allow 'python:3.8 + master dependencies' to fail
This commit is contained in:
Min RK
2020-08-27 09:45:50 +02:00
committed by GitHub

View File

@@ -103,5 +103,7 @@ jobs:
python: nightly
allow_failures:
- name: python:nightly
- name: python:3.8 + master dependencies
# https://github.com/jupyterhub/jupyterhub/issues/3141
# The latest traitlets is close to release so it should not fail
# - name: python:3.8 + master dependencies
fast_finish: true