-
Notifications
You must be signed in to change notification settings - Fork 5
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
Unit tests now seem to be broken on MO environment #35
Comments
tagging @mo-marqh @TeranIvy @harry-shepherd for info |
Stack trace:
|
the the stack trace you provided @svadams states it's using Python 3.7 which is a fairly old version. please may you try running this with a more recent version of Python? |
i understand that moving to a newer Python is slightly tricky on the environment in question #36 partially fixes this issue, by bypassing this failure in python syntax, which leads to a few test failures, but is better than current once #36 is on, we can look at a better skip pattern for the environment in question, that will enable most tests to be run |
As part of investigations for #34 I checked out the latest copy of this repo to run the unit tests on MO VDI/Spice and I get errors when running
python -m unittest xios_examples.read_axis_resample.test_resample_cases
. Full stack trace in comments below.The text was updated successfully, but these errors were encountered: