datalad / git-annex

A non-official clone of git-annex established for DataLad purposes. No PRs will be merged, but could be used to test perspective git-annex patches. Official git-annex repository: https://git.kitenet.net/index.cgi/git-annex.git/
16 stars 3 forks source link

Enable exception logging #73

Closed bpoldrack closed 3 years ago

bpoldrack commented 3 years ago

Exception logging is now disabled by default in datalad, but tests are still making detailed assertions about what is logged how. Running them requires that config to be set.

Closes https://github.com/datalad/datalad/issues/5758

I'm not quite sure how the github workflow are supposed to work in this repo. Seems to be generated, so I included the setting in the template file. Don't see what's triggering the generation, though. Anything I should add, @jwodder , @yarikoptic ?

jwodder commented 3 years ago

@bpoldrack The workflows are generated from the template by running make inside the .github/workflows/template/ directory (pip-run required).

yarikoptic commented 3 years ago

see my comment above. As long as we are not using some tox or other means to centralize test env setup, and allow for straight nose -- we should set it in the fixture.