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

better python_pep517 #2151

Open
nekopsykose opened this issue Jun 5, 2024 · 1 comment
Open

better python_pep517 #2151

nekopsykose opened this issue Jun 5, 2024 · 1 comment

Comments

@nekopsykose
Copy link
Member

nekopsykose commented Jun 5, 2024

  • run tests in some other cwd than build_wrksrc (to avoid import mod picking ./mod instead of built native mod in site-packages which breaks some testsuites currently, also see e.g. numpy)
  • put stuff in util/ in case needed to reuse for stuff to call build/install (e.g. certbot)
  • respect common stuff like make_check_wrapper
  • (?) integrate some plugins when installed like xdist and maybe something else so --numprocesses/--loadfile etc don't have to be manually passed
  • maybe more better pytest handling..
@triallax
Copy link
Contributor

not sure about this one, but maybe also integration with python-setuptools_scm (i.e. setting SETUPTOOLS_SCM_PRETEND_VERSION)?

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

No branches or pull requests

2 participants