test: add httpretty & requests to test container
Add the requests and httpretty packages to the test environment. The former will be used in the builder plugin and the latter for mocking http requests.
This commit is contained in:
parent
385d51b2ba
commit
94d0a5f57a
1 changed files with 2 additions and 0 deletions
|
|
@ -12,10 +12,12 @@ RUN dnf -y upgrade \
|
|||
postgresql \
|
||||
pylint \
|
||||
python3-flexmock \
|
||||
python3-httpretty \
|
||||
python3-jsonschema \
|
||||
python3-pytest-cov \
|
||||
python3-pytest \
|
||||
python3-koji \
|
||||
python3-requests \
|
||||
&& dnf clean all
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue