data-8 / datascience

A Python library for introductory data science
https://www.data8.org/datascience/
BSD 3-Clause "New" or "Revised" License
626 stars 295 forks source link

Simplifying test setup #619

Open droidada opened 1 week ago

droidada commented 1 week ago

[*] Added dependency to requirements-test.text

Changes proposed:

added bokeh_sampledata to test dependencies to simplify test setup
adnanhemani commented 6 days ago

Hi, can you please explain further what this is meant to do?

droidada commented 6 days ago

Hi, can you please explain further what this is meant to do?

I had to install the bokeh_sampledata package separately after setup to get testing to work, and I thought this would make things easier for the newcomers.

davidwagner commented 19 hours ago

Can you post a bug report to our issue tracker, showing exactly what goes wrong with the current system (without this change), and show us the steps so we can reproduce the problem? I'm hoping for something more specific.