fix my.config.repos stub

This commit is contained in:
Dima Gerasimov 2020-05-07 08:35:10 +01:00 committed by karlicoss
parent 40b6a82b7c
commit 505a2b22ae

View file

@ -31,11 +31,12 @@ def main():
pkg: [ pkg: [
# for mypy # for mypy
'py.typed', 'py.typed',
],
# TODO hmm maybe not necessary anymore? # todo not sure if need py.typed for all subpackages??
# empty dir, necessary for proper dynamic imports 'my.config': [
'mycfg_stub/repos/.gitkeep', 'repos/.gitkeep',
# TODO might need fixing (empty dir) # TODO meh, get rid of this. If I remove, hypothesis tests (messing with config) might break though
# not sure why it's not reproducing locally underr tox
], ],
}, },