Uh oh!
There was an error while loading. Please reload this page.
tests: Consolidate version (2 vs. 3) and platform (CPython vs. PyPy) checks - #2376
Conversation
EricCousineau-TRI
commented
Aug 9, 2020
FWIW I dunno how much I love injecting stuff into |
2c81360 to
134f3e7CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
YannickJadoul
left a comment
There was a problem hiding this comment.
A few minor remarks, but I like this! :-)
Question remains what to do with @rwgk's tests, since he prefers bytes is str when working with the string/bytes types: #2366 (comment).
rwgk
left a comment
There was a problem hiding this comment.
Thanks Eric for taking the initiative!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
YannickJadoul
commented
Aug 14, 2020
Any further suggestions how to continue with this? It would be nice to get this in so new PRs can use this. |
henryiii
commented
Aug 14, 2020
Since we already inject stuff into pytest with |
henryiii
commented
Aug 14, 2020
I've pushed the PY2 only change, and dropped the fail fasts. @EricCousineau-TRI, does this look fine? I'll try to refactor later for pytest best practices, but it shouldn't hold up this PR. |
3f463f1 to
a12420eComparehenryiii
commented
Aug 14, 2020
Sorry, had to rebase & force-push, another check that needs to be converted to PY2 was added, and it was detected by flake8. |
YannickJadoul
commented
Aug 14, 2020
Great, thanks, @henryiii! As far as I'm concerned, this can go in soon enough, then? |
EricCousineau-TRI
commented
Aug 14, 2020
Yup! Just going through to address the open discussions. |
K, pending CI, this should be good to go! Thank y'all! |
EricCousineau-TRI
commented
Aug 14, 2020
Mac CI going slow :( Looks like there're only 2 nodes available for provisioning... 😿 |
YannickJadoul
commented
Aug 14, 2020
Hurray! :-) |
Minor updates that may help discussion in #2366