MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« Python module Iniconfig HOME Python module Pygments »

Python module Pytest

Name: Python module Pytest
Summary: A testing framework for Python modules
License: MIT
Version: 9.0.2
URL: https://github.com/pytest-dev/pytest/releases/download/9.0.2/pytest-9.0.2.tar.gz

Average Build Time: 1.5 SBU
Used Install Space: 45 MiB

Compilation and Installation

To compile Python module Pytest, run the following command:

pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD

Finally, to install Python module Pytest into the build tree, run the following command:

pip3 install --no-index --find-links dist --no-user pytest

Contents

Contents  
Installed Programs pytest and py.test
Installed Plugins pytest
Installed Files /usr/lib/python3.14/site-packages/_pytest, /usr/lib/python3.14/site-packages/pytest, and /usr/lib/python3.14/site-packages/pytest-9.0.2.dist-info
Navigation    
« Python module Iniconfig HOME Python module Pygments »