Conversation
c9110c1 to
e1bb59e
Compare
|
Is there a better test than |
|
|
0d71ceb to
00ea85a
Compare
| @pytest.mark.parametrize( | ||
| 'build_arg', ['', '--wheel'], ids=['sdist_to_wheel', 'wheel_directly'] | ||
| ) | ||
| @pytest.mark.xfail(sys.platform.startswith('cygwin'), reason='ninja pip package not available on cygwin', strict=True) |
There was a problem hiding this comment.
FYI, this fails on Cygwin in this branch (no ninja package), and passes in #175 - it's great to see this test does exactly what is supposed to do! :)
Not for Sage CI, actually. Hopefully I fixed it by adding python-build. |
|
|
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
00ea85a to
07ad119
Compare
No, because |
Pulled out of 175.