Skip to content

Commit

Permalink
ci: disable pwdsphinx test for now (2).
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Jul 28, 2023
1 parent 47cf98d commit 71e2e65
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
- name: Install python dependencies
run: |
sudo ln -s /usr/lib/x86_64-linux-gnu/libsodium.so.23 /usr/lib/x86_64-linux-gnu/libequihash.so
sudo ln -s /usr/lib/x86_64-linux-gnu/libsodium.so.23 /usr/lib/x86_64-linux-gnu/libsphinx.so
sudo ldconfig
# sudo ln -s /usr/lib/x86_64-linux-gnu/libsodium.so.23 /usr/lib/x86_64-linux-gnu/libequihash.so
# sudo ln -s /usr/lib/x86_64-linux-gnu/libsodium.so.23 /usr/lib/x86_64-linux-gnu/libsphinx.so
# sudo ldconfig
pip3 install -U setuptools
pip3 install green coverage codacy-coverage pyaml defusedxml cryptography pykeepass secretstorage ${{ matrix.magic }}
pip3 install green coverage codacy-coverage pyaml defusedxml cryptography pykeepass secretstorage zxcvbn ${{ matrix.magic }}
- name: Configure password managers
run: |
Expand All @@ -49,7 +49,7 @@ jobs:
mkdir -p ~/.local/share/keyrings/
cp tests/assets/db/gnome-keyring.keyring ~/.local/share/keyrings/pass-import.keyring
cp tests/assets/db/sphinx.cfg ~/.sphinxrc
sphinx init
# sphinx init
- name: Run the tests
run: dbus-run-session -- make tests

2 comments on commit 71e2e65

@stef
Copy link
Contributor

@stef stef commented on 71e2e65 Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey, i have good news, sphinx is almost in debian now - currently only unstable, but soon, hopefully maybe even in backports. i said almost, despite https://tracker.debian.org/pkg/pwdsphinx - it is not yet in the repos, but i hope it's only matter of a few days to change that...

@roddhjav
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, can you also have a look at why the test broke. I did not have the time to dig into it.

Please sign in to comment.