Skip to content

Commit

Permalink
Merge pull request #485 from consideRatio/pr/remove-workaround-for-py312
Browse files Browse the repository at this point in the history
ci: remove workaround running test in py311 instead of py312
  • Loading branch information
consideRatio authored Jun 25, 2024
2 parents 337f1f8 + 82e22b1 commit 887c3d1
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,18 @@ jobs:
python-version: "3.8"
pip-extras: lab

# FIXME: If https://github.com/jupyter/notebook/pull/7305 gets merged
# and released, we can test "classic" with python 3.12 as well,
# but until then we exclude it from being run as a Python 3.12
# test and include it as a Python 3.11 test.
# pip-extras classic (notebook v6) isn't working with python 3.12 or
# later, so we exclude it here and then include it below to run with
# python 3.11 instead.
- os: ubuntu-22.04
python-version: "3.12"
pip-extras: classic
include:
# Compensates for an excluded test case above
- os: ubuntu-22.04
python-version: "3.11"
pip-extras: classic

# this test is manually updated to reflect the lower bounds of
# versions from dependencies
- os: ubuntu-22.04
Expand All @@ -106,11 +110,6 @@ jobs:
tornado==6.1.0
traitlets==5.1.0
# Workaround for excluded 3.12 test mentioned in a FIXME above
- os: ubuntu-22.04
python-version: "3.11"
pip-extras: classic

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 887c3d1

Please sign in to comment.