-
Notifications
You must be signed in to change notification settings - Fork 18
support .offset pseudo-op #59
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
Conversation
@tekktrik the tests are failing in a surprising way. I know you were looking at how tests were run in our workflows, maybe you can make sense of this? Now, all the tests fail like so:
It's as though something that would put I do notice the failed run used 3.11 and last successful run 3.9; however, I tried experimentally requesting python 3.9 in the workflow and that didn't make it succeed. The pytest version was the same in both runs (7.4.0). I do get the same failure locally if I just run |
I think the code running right now is |
I also notice that |
I only recently encountered this information! But it does appear to be the issue. A fix to the unified CI should resolve it. I can submit a PR to update it now. |
The failure should be fixed by |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Updating https://github.com/adafruit/Adafruit_CircuitPython_Seesaw to 1.15.0 from 1.14.0: > Merge pull request adafruit/Adafruit_CircuitPython_seesaw#120 from adafruit/pc_joystick_example Updating https://github.com/adafruit/Adafruit_CircuitPython_PIOASM to 0.8.0 from 0.7.11: > Merge pull request adafruit/Adafruit_CircuitPython_PIOASM#59 from jepler/offset-pseudo Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Updated download stats for the libraries
Accompanies adafruit/circuitpython#8223 so that a program can include its required offset in the source as a ".offset" directive.