-
Notifications
You must be signed in to change notification settings - Fork 72
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
TST: adding isolated build test #209
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.