Closed evaherrada closed 5 years ago
I’m no really sure. I was just basing this off of it being on the contributing page on the circuitpython website under the list of things that were missing adafruit-blinka as a requirement.
That’d probably be good. I can try to look into that but I’m very unfamiliar with adabot.
Can we put this on an Adabot ignore list
Funny thing... I was just working on Adabot and noticed that it was already added to the ignore list. 🌮s all around! 😄
Is the Adabot ignore list not working then?
I'll be able to verify in a few; I have it running now. I was running a specific validator which doesn't use the LIBRAIRES_DONT_NEED_BLINKA
list.
It is now but it wasn’t when I made the PR a few weeks ago.
I think it was done during PyCon. I know it was something that came up before (PyCon18, perhaps). but the conversation had a long break...
Ok, cool.
I think it was PyCascades that the conversation last came up. Possibly during PyCon18 too, but I wasn’t around then.
Yeah, PyCascades seems more likely. The Issue was opened in Feb. 😉
Does this actually need Blinka? Its just a couple functions returning an array of waveforms...
If Blinka is being added solely because the library is on PyPI, then might as well add it to the
setup.py
: https://github.com/adafruit/Adafruit_CircuitPython_Waveform/blob/master/setup.py#L37