Skip to content

Commit

Permalink
ci: start gpg-agent before running tests on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed Nov 8, 2024
1 parent d279da9 commit 795b5a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ for:
- tools/appveyor/install-git-annex ${INSTALL_GITANNEX}
# enable the git-annex provisioned by the installer
- "[ -f ${HOME}/dlinstaller_env.sh ] && . ${HOME}/dlinstaller_env.sh || true"
# start gpg-agent once to enable gpg imports in tests
- gpg-agent --daemon

test_script:
- 'hatch run tests.py${PY}:run-cov --doctest-modules --durations 10 -k "$KEYWORDS"'
Expand Down
3 changes: 2 additions & 1 deletion docs/source/python_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ High-level API commands
.. autosummary::
:toctree: generated

compute
make
provision

0 comments on commit 795b5a6

Please sign in to comment.