Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Joakim Saario
aurweb
Commits
19b4a896
Commit
19b4a896
authored
Jan 30, 2021
by
Kevin Morris
Browse files
add openssh to test dependencies
Signed-off-by:
Kevin Morris
<
kevr@0cost.org
>
parent
df0a637d
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
19b4a896
...
...
@@ -15,7 +15,7 @@ before_script:
python-itsdangerous python-httpx python-jinja python-pytest-cov
python-requests python-aiofiles python-python-multipart
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 '::1' >> /etc/hosts"
...
...
Dockerfile
View file @
19b4a896
...
...
@@ -10,7 +10,7 @@ RUN pacman -Syu --noconfirm base-devel git gpgme protobuf pyalpm \
python-itsdangerous python-httpx python-jinja python-pytest-cov
\
python-requests python-aiofiles python-python-multipart
\
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.
RUN
rm
-fv
aurweb.sqlite3
...
...
test/README.md
View file @
19b4a896
...
...
@@ -28,6 +28,7 @@ For all the test to run, the following Arch packages should be installed:
-
python-pytest-cov
-
python-pytest-asyncio
-
postfix
-
openssh
Running tests
-------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment