14 lines
215 B
Plaintext
14 lines
215 B
Plaintext
execute:
|
|
how: tmt
|
|
|
|
environment:
|
|
pybasever: '3.14'
|
|
|
|
discover:
|
|
how: shell
|
|
tests:
|
|
- name: smoke - import works
|
|
test: python${pybasever} -c 'import pybind11'
|
|
require:
|
|
- python${pybasever}-pybind11
|