Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit bd10e28

Browse files
authored
Turn of circleci 3.11 unit tests (#2078)
1 parent 7499db6 commit bd10e28

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/regenerate.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ def unittest_workflows(indentation=6):
162162
w = []
163163
for os_type in ["windows"]:
164164
for python_version in PYTHON_VERSIONS:
165+
# Turn off unit tests for 3.11, unit test are not setup properly in circleci
166+
if python_version == "3.11":
167+
continue
168+
165169
w.append(
166170
{
167171
f"unittest_{os_type}": {

0 commit comments

Comments
 (0)