Skip to content

Commit

Permalink
add unittest_requirements and functest_requirements templates
Browse files Browse the repository at this point in the history
script.sh assumes the file is present, but nothing creates it, resulting
in failed pipelines:

    cmd_stdin_prefix bash -c "cat > /tmp/unittest_requirements.txt" < unittest_requirements.txt
    .github/workflows/scripts/script.sh: line 103: unittest_requirements.txt: No such file or directory

Fixes: 9547cdf
  • Loading branch information
evgeni authored and mdellweg committed Feb 18, 2025
1 parent fdd7d2d commit 3a3f8a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/bootstrap/functest_requirements.txt.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pytest<8
pytest-custom_exit_code
pytest-timeout
pytest-xdist
1 change: 1 addition & 0 deletions templates/bootstrap/unittest_requirements.txt.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pytest<8

0 comments on commit 3a3f8a1

Please sign in to comment.