Skip to content
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

Restore cffi mode message when running install. #718

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

lgautier
Copy link
Member

@lgautier lgautier commented Jul 4, 2020

Fix to PR #716

setup.py Outdated
@@ -22,6 +22,7 @@

from setuptools import setup
from distutils.command.build import build as du_build
from distutils.command.install import install as du_install
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may want to use setuptools.command.install here...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. Thanks.

@codecov-commenter
Copy link

codecov-commenter commented Apr 2, 2022

Codecov Report

Merging #718 (ec8f050) into master (13f6685) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #718   +/-   ##
=======================================
  Coverage   89.67%   89.67%           
=======================================
  Files          39       39           
  Lines        6420     6420           
=======================================
  Hits         5757     5757           
  Misses        663      663           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 13f6685...ec8f050. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants