add bwpass to requirements

This commit is contained in:
Franzi 2021-02-14 12:14:30 +01:00
parent c3e3fc75bf
commit 5e92c7ba91
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
3 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.secrets.cfg
__pycache__
*.swp
src/

2
Jenkinsfile vendored
View File

@ -31,6 +31,7 @@ pipeline {
. venv/bin/activate
export BW_VAULT_DUMMY_MODE=1
export BW_PASS_DUMMY_MODE=1
bw test --metadata-determinism 3 --config-determinism 3
"""
}
@ -43,6 +44,7 @@ pipeline {
bw test --ignore-missing-faults
export BW_VAULT_DUMMY_MODE=1
export BW_PASS_DUMMY_MODE=1
bw test
"""
}

View File

@ -1,2 +1,3 @@
bundlewrap>=4.5.1
PyNaCl
bundlewrap-pass @ git+https://git.kunsmann.eu/kunsi/bundlewrap-pass.git#egg=bundlewrap-pass