Skip to content

Commit

Permalink
Add freethreading tests
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <[email protected]>
  • Loading branch information
LecrisUT committed Jul 8, 2024
1 parent ed7c25e commit 087af67
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,13 @@ test: python3 -m pytest

/all:
summary: All pytest

/freethreading:
summary: All tests under freethreading
require+:
- python3-freethreading
test: python3t -m pytest
adjust:
when: distro != fedora-rawhide
because: Python3.13 was introduced in F41
enabled: false

0 comments on commit 087af67

Please sign in to comment.