tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

TabPy Contributing.md does not mention coverage module as a requirement #341

Closed josecherian closed 5 years ago

josecherian commented 5 years ago

Environment information:

Describe the issue TabPy Contributing.md does not mention coverage module as a requirement, but integration tests fails without this module.

To Reproduce Follow the steps in contributing.md and run pytest, it will produce: ModuleNotFoundError: No module named 'coverage'

Expected behavior After following the instructions in contributing.md, pytest should run without any errors

Screenshots If applicable, add screenshots to help explain your problem. image