add openssh to test dependencies

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-01-30 02:08:59 -08:00
parent df0a637d2b
commit 19b4a896f1
3 changed files with 3 additions and 2 deletions

View file

@ -15,7 +15,7 @@ before_script:
python-itsdangerous python-httpx python-jinja python-pytest-cov python-itsdangerous python-httpx python-jinja python-pytest-cov
python-requests python-aiofiles python-python-multipart python-requests python-aiofiles python-python-multipart
python-pytest-asyncio python-coverage python-bcrypt python-pytest-asyncio python-coverage python-bcrypt
python-email-validator python-email-validator openssh
- bash -c "echo '127.0.0.1' > /etc/hosts" - bash -c "echo '127.0.0.1' > /etc/hosts"
- bash -c "echo '::1' >> /etc/hosts" - bash -c "echo '::1' >> /etc/hosts"

View file

@ -10,7 +10,7 @@ RUN pacman -Syu --noconfirm base-devel git gpgme protobuf pyalpm \
python-itsdangerous python-httpx python-jinja python-pytest-cov \ python-itsdangerous python-httpx python-jinja python-pytest-cov \
python-requests python-aiofiles python-python-multipart \ python-requests python-aiofiles python-python-multipart \
python-pytest-asyncio python-coverage hypercorn python-bcrypt \ python-pytest-asyncio python-coverage hypercorn python-bcrypt \
python-email-validator python-email-validator openssh
# Remove aurweb.sqlite3 if it was copied over via COPY. # Remove aurweb.sqlite3 if it was copied over via COPY.
RUN rm -fv aurweb.sqlite3 RUN rm -fv aurweb.sqlite3

View file

@ -28,6 +28,7 @@ For all the test to run, the following Arch packages should be installed:
- python-pytest-cov - python-pytest-cov
- python-pytest-asyncio - python-pytest-asyncio
- postfix - postfix
- openssh
Running tests Running tests
------------- -------------