python3.12-wheel/tests/tests.yml

17 lines
305 B
YAML

---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- smoke_version:
dir: .
run: wheel-3.12 version
- smoke_import:
dir: .
run: python3.12 -c 'import wheel'
required_packages:
- python3.12
- python3.12-wheel