-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fails to run unit tests #136
Comments
Hm... can't reproduce, at least when I'm running from the $ conda activate salmon
(salmon) $ pytest salmon
============================ test session starts =============================
platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /Users/scott/anaconda3/envs/salmon/bin/python
cachedir: .pytest_cache
rootdir: /Users/scott/Downloads/salmon, configfile: setup.cfg
plugins: anyio-3.5.0
collected 57 items
salmon/triplets/test_config.py::test_old_html_keys_warns[debrief] PASSED [ 1%]
salmon/triplets/test_config.py::test_old_html_keys_warns[instructions] PASSED [ 3%]
# ... |
Hi @stsievert, yes you are right. My mistake for not having installed the requirements beforehand. Once I install them, I get the following (looking better):
Basically I was trying to run the tests from a local install as the docker build is not completing in my machine (#135), but if I understand correctly it will only work once the container is launched and connecting to the resources created during deployment. I'm going through these as they are part of the JOSS checklist: |
All the tests in I think the fact that #135 is resolved will resolve this issue; let me know if this issue is persisting. |
All good to go! |
Documentation
openjournals/joss-reviews#4517
The text was updated successfully, but these errors were encountered: