-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I'm packaging 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 pointing to sitearch and sitelib inside </install/prefix>
Here is lis of modules installed in build env:
Package Version
----------------------------- -----------------
alabaster 0.7.12
attrs 22.1.0
Babel 2.10.2
build 0.8.0
cffi 1.15.1
charset-normalizer 2.1.0
codespell 2.1.0
cryptography 36.0.2
dbus-python 1.2.18
distro 1.7.0
docutils 0.18.1
extras 1.0.0
fixtures 4.0.0
gpg 1.17.1-unknown
idna 3.3
imagesize 1.4.1
importlib-metadata 4.12.0
iniconfig 1.1.1
jeepney 0.8.0
Jinja2 3.1.1
libcomps 0.1.18
MarkupSafe 2.1.1
packaging 21.3
pbr 5.9.0
pep517 0.12.0
pip 22.2.1
pluggy 1.0.0
ply 3.11
py 1.11.0
pycparser 2.21
Pygments 2.12.0
PyGObject 3.42.2
pyparsing 3.0.9
pytest 7.1.2
python-dateutil 2.8.2
pytz 2022.1
requests 2.28.1
rpm 4.17.0
setuptools 63.4.2
six 1.16.0
snowballstemmer 2.2.0
Sphinx 5.1.1
sphinxcontrib-applehelp 1.0.2.dev20220730
sphinxcontrib-devhelp 1.0.2.dev20220730
sphinxcontrib-htmlhelp 2.0.0
sphinxcontrib-jsmath 1.0.1.dev20220730
sphinxcontrib-qthelp 1.0.3.dev20220730
sphinxcontrib-serializinghtml 1.1.5
testtools 2.5.0
tomli 2.0.1
transaction 3.0.1
urllib3 1.26.11
wheel 0.37.1
zipp 3.8.1
zope.event 4.5.0
zope.interface 5.4.0
Metadata
Metadata
Assignees
Labels
No labels