add bwpass to requirements
This commit is contained in:
parent
c3e3fc75bf
commit
5e92c7ba91
3 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
.secrets.cfg
|
.secrets.cfg
|
||||||
__pycache__
|
__pycache__
|
||||||
*.swp
|
*.swp
|
||||||
|
src/
|
||||||
|
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -31,6 +31,7 @@ pipeline {
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
|
|
||||||
export BW_VAULT_DUMMY_MODE=1
|
export BW_VAULT_DUMMY_MODE=1
|
||||||
|
export BW_PASS_DUMMY_MODE=1
|
||||||
bw test --metadata-determinism 3 --config-determinism 3
|
bw test --metadata-determinism 3 --config-determinism 3
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
@ -43,6 +44,7 @@ pipeline {
|
||||||
bw test --ignore-missing-faults
|
bw test --ignore-missing-faults
|
||||||
|
|
||||||
export BW_VAULT_DUMMY_MODE=1
|
export BW_VAULT_DUMMY_MODE=1
|
||||||
|
export BW_PASS_DUMMY_MODE=1
|
||||||
bw test
|
bw test
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
bundlewrap>=4.5.1
|
bundlewrap>=4.5.1
|
||||||
PyNaCl
|
PyNaCl
|
||||||
|
bundlewrap-pass @ git+https://git.kunsmann.eu/kunsi/bundlewrap-pass.git#egg=bundlewrap-pass
|
||||||
|
|
Loading…
Reference in a new issue