democritus-project / roadmap

The roadmap for the democritus project (for tracking ideas, projects, etc).
0 stars 0 forks source link

Fix conftest.py #76

Closed fhightower closed 3 years ago

fhightower commented 3 years ago

Context

Update the conftest.py by removing the two lines that say:

from python_data import python_function_blocks

and replacing them with:

from democritus_python import python_function_blocks

in the imports at the top of the file.

Also, import democritus-python (or d8s_python) in requirements_dev.txt.