aiohttp-swagger icon indicating copy to clipboard operation
aiohttp-swagger copied to clipboard

Deployment: test failures due to missing datafiles

Open ukch opened this issue 7 years ago • 0 comments

The sdist packages generated by setup.py are missing the tests/data directory, meaning that all tests fail when running from the source package (as opposed to from a git repo). This can be remedied by adding the directory to setup.py.

ukch avatar Apr 10 '18 15:04 ukch