|
Would it be possible to just have this file in the |
Replies: 2 comments 8 replies
|
Do you mean that you want to declare some Conda dependencies which are only installed when running the tests? That would be reasonable. I'm not sure exactly how Julia sets up the test environment. You can make the test folder be its own project (i.e. put a Project.toml there), maybe if you do that then it will get included into the load_path, and then CondaPkg will find dependencies in that folder. Maybe? |
|
ah, on second thought it doesn't look like Julia is moving the |
Do you mean that you want to declare some Conda dependencies which are only installed when running the tests? That would be reasonable.
I'm not sure exactly how Julia sets up the test environment. You can make the test folder be its own project (i.e. put a Project.toml there), maybe if you do that then it will get included into the load_path, and then CondaPkg will find dependencies in that folder. Maybe?