Skip to content

Commit c7d93b9

Browse files
committed
Add freethreading tests
Signed-off-by: Cristian Le <[email protected]>
1 parent 470a2a5 commit c7d93b9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/main.fmf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,14 @@ test: |
1818
summary: All pytest
1919
test+: |
2020
python3 -m pytest
21+
22+
/freethreading:
23+
summary: All tests under freethreading
24+
require+:
25+
- python3-freethreading
26+
test+: |
27+
python3t -m pytest
28+
adjust:
29+
when: distro != fedora-rawhide
30+
because: Python3.13 was introduced in F41
31+
enabled: false

0 commit comments

Comments
 (0)