diff --git a/templates/bootstrap/functest_requirements.txt.j2 b/templates/bootstrap/functest_requirements.txt.j2 new file mode 100644 index 00000000..8d0c4aae --- /dev/null +++ b/templates/bootstrap/functest_requirements.txt.j2 @@ -0,0 +1,4 @@ +pytest<8 +pytest-custom_exit_code +pytest-timeout +pytest-xdist diff --git a/templates/bootstrap/unittest_requirements.txt.j2 b/templates/bootstrap/unittest_requirements.txt.j2 new file mode 100644 index 00000000..e70c0b41 --- /dev/null +++ b/templates/bootstrap/unittest_requirements.txt.j2 @@ -0,0 +1 @@ +pytest<8