From 57751911aaea48ea6d430ed0c4309d5b386e9fde Mon Sep 17 00:00:00 2001
From: Marc Wouts <marc.wouts@gmail.com>
Date: Sun, 15 Dec 2024 12:24:11 +0000
Subject: [PATCH] Skip the test with 'pre' versions

Currently the ipykernel install step fails on the CI, see https://github.com/mwouts/jupytext/actions/runs/12338664239/job/34433965531

A similar report exists already at https://github.com/ipython/ipykernel/issues/1292
---
 .github/workflows/step_tests-pip.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/workflows/step_tests-pip.yml b/.github/workflows/step_tests-pip.yml
index 7fecddff..8462bf2e 100644
--- a/.github/workflows/step_tests-pip.yml
+++ b/.github/workflows/step_tests-pip.yml
@@ -29,10 +29,6 @@ jobs:
         python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
         experimental: [false]
         include:
-          # Test pre-release versions
-          - python-version: "3.x"
-            dependency_type: "pre"
-            experimental: false
           # Test minimum markdown-it-py supported (otherwise the most recent version is used)
           - python-version: "3.x"
             markdown-it-py: "~=2.0"