Skip to content

Commit c800ad8

Browse files
committed
Add test requirements file
Define Python dependencies for building and testing: - meson/meson-python for build system - ninja for compilation - spin for development workflow - pytest for test execution
1 parent 43fb58b commit c800ad8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test_requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
meson
2+
meson-python>=0.13.1
3+
ninja
4+
spin==0.13
5+
pytest
6+

0 commit comments

Comments
 (0)