What's the expected dev/test environment? #2048
Replies: 2 comments
-
|
FWIW I managed to use my MBP with OSX 15.5 as a dev/test environment. I used homebrew to install multiple Python versions. My PR to adjust the |
Beta Was this translation helpful? Give feedback.
-
|
One last comment. I noticed that the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use MacOS as the dev/test environment for Connexion. I used
brewto install Python versions 3.8 .. 3.12 which are the versions listed intox.ini. When I runtoxit blows up almost immediately due to a difference in the behavior of Linuxsedvs MacOSsed. (FWIW I opened a tiny PR for that with a solution that should work on both.) Even with that fix in place, I see some test failures that I cannot yet explain, wondering if it's another environment thing. Here's one of the failures:If someone would please explain the dev/test environment, I will work up another tiny PR for the project README. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions