-
-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests: 13 warnings, 1 error #2084
Comments
It looks like some dependencies are missing. To be able to run all the tests in the test suite (from both base_tests and external_tests folders) you need to install:
hope it helps. |
I think test dependencies are supposed to be in |
It is much more convenient for us to spllit the dependencies in this way. For example, I often develop on my laptop where I don't install requirements-external nor run the tests in
is there a PEP or something of the sort that says test dependencies should be in a single file called |
I am not a Python expert so I don't know for sure. But if you google "requirements-test.txt" you get a lot of hits, for example https://github.com/amphibian-dev/toad/blob/master/requirements-test.txt I maintain the FreeBSD port for arviz. In order for tests to always have the right dependencies we need to populate the TEST_DEPENDS clause. It's easier to get these from the file "requirements-test.txt" than to add several other requirements files where most entries aren't relevant for tests. |
There are a couple of dependencies in |
Would for example adding a
|
If all of requirements-optional.txt and requirements-external.txt are needed - this should be okay. |
Hey, I would like to make my first contribution. Can I work on this one? |
That would be great, thanks! |
When I try to install the requirements in requirements-external.txt, I get an error when installing the third package, |
use pymc3. It should not be pymc because from 4.0 upwards, the converter is inside pymc directly, and it is already tested there. I think we should keep pymc3 for a bit more here so we still test the <4 converter but yes, it should eventually be removed. |
Thank you for the clarification! |
closed by #2169 |
Version: 0.12.1
FreeBSD 13.1
The text was updated successfully, but these errors were encountered: