Skip to content

Commit 64592ef

Browse files
committed
try
Signed-off-by: Varsha GS <[email protected]>
1 parent 0d9efd6 commit 64592ef

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.circleci/config.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
requirements: "tests/requirements-gevent-starlette.txt"
236236
- run-tests-with-coverage-report:
237237
gevent: "true"
238-
tests: "tests/frameworks/test_gevent.py"
238+
tests: "tests/frameworks/test_gevent.py tests/frameworks/test_starlette.py"
239239
- store-pytest-results
240240
- store-coverage-report
241241

@@ -314,28 +314,28 @@ jobs:
314314
workflows:
315315
tests:
316316
jobs:
317-
- python3x:
318-
matrix:
319-
parameters:
320-
py-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
321-
- python314
322-
- py39cassandra
317+
# - python3x:
318+
# matrix:
319+
# parameters:
320+
# py-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
321+
# - python314
322+
# - py39cassandra
323323
- py39gevent
324324
- py39starlette
325-
- py312aws
326-
- py312kafka
327-
- autowrapt:
328-
matrix:
329-
parameters:
330-
py-version: ["3.11", "3.12", "3.13"]
331-
- final_job:
332-
requires:
333-
- python3x
334-
# Uncomment the following when giving real support to 3.14
335-
# - python314
336-
- py39cassandra
337-
- py39gevent
338-
- py39starlette
339-
- py312aws
340-
- py312kafka
341-
- autowrapt
325+
# - py312aws
326+
# - py312kafka
327+
# - autowrapt:
328+
# matrix:
329+
# parameters:
330+
# py-version: ["3.11", "3.12", "3.13"]
331+
# - final_job:
332+
# requires:
333+
# - python3x
334+
# # Uncomment the following when giving real support to 3.14
335+
# # - python314
336+
# - py39cassandra
337+
# - py39gevent
338+
# - py39starlette
339+
# - py312aws
340+
# - py312kafka
341+
# - autowrapt

0 commit comments

Comments
 (0)