Skip to content
#

requirements

Here are 196 public repositories matching this topic...

kloczek
kloczek commented May 6, 2022

I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.

  • python3 -sBm build -w --no-isolation
  • because I'm calling build with --no-isolation I'm using during all processes only locally installed modules
  • install .whl file in </install/prefix>
  • run pytest with PYTHONPATH p
good first issue

Improve this page

Add a description, image, and links to the requirements topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the requirements topic, visit your repo's landing page and select "manage topics."

Learn more