Skip to content

Commit

Permalink
test: Fix integration test dependencies (#5248)
Browse files Browse the repository at this point in the history
Commit acc68de introduced a change which no longer builds a wheel,
however integration tests now fail when dependencies are not available.

Include the base requirements in test-requirements.txt.

Fixes GH-5210
  • Loading branch information
holmanb committed May 1, 2024
1 parent c1a19d7 commit a22d853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r requirements.txt
# PyPI requirements for cloud-init integration testing
# https://cloudinit.readthedocs.io/en/latest/topics/integration_tests.html
#
Expand Down

0 comments on commit a22d853

Please sign in to comment.