-
Notifications
You must be signed in to change notification settings - Fork 107
Feat easiertesting #626
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
Feat easiertesting #626
Conversation
+ Modifying bin path behaviour in tests to resolve fall back path if exe not found on PATH
…rect place easier
|
Sorry @rhugman, a little slow getting to this. |
merged ur branch. I dont think they conflict. Different solutions to the same problem. It may be a matter of choosing whether my implementation fits. I essentially added a helper script to add the repo bin dir to the mamba env PATH + get_pestpp. Also - seems someone changed python version reqs for pypestutils. 3.9 no longer supported? |
|
Looks like @mwtoews dropped 3.9 support from pypestutils. I think we can also drop it? |
yeah, think I halfway dropped it already, before bring it back. |
|
@rhugman, will have a go at reconciling these approaches when I get a mo. I have been playing a bit with uv -- looks like it could be a better option for CI env setup (plus other things) in the longer run |
Because I keep forgetting how to make local tests work.
No longer need to set
local_tests==True.