Bug 57776 - python3-module-ifaddr имеет зависимость на pytest
Summary: python3-module-ifaddr имеет зависимость на pytest
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: python3-module-ifaddr (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Sergey Bolshakov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-02-05 13:30 MSK by Alexander Makeenkov
Modified: 2026-02-05 14:10 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Makeenkov 2026-02-05 13:30:14 MSK
python3-module-ifaddr-0.2.0-alt1

# rpm -qR python3-module-ifaddr | grep pytest
python3(pytest) < 0

Причина: наличие скрипта test_ifaddr.py в пакете:

# rpm -ql python3-module-ifaddr | grep test
/usr/lib/python3/site-packages/ifaddr/__pycache__/test_ifaddr.cpython-310.opt-1.pyc
/usr/lib/python3/site-packages/ifaddr/__pycache__/test_ifaddr.cpython-310.opt-2.pyc
/usr/lib/python3/site-packages/ifaddr/__pycache__/test_ifaddr.cpython-310.pyc
/usr/lib/python3/site-packages/ifaddr/test_ifaddr.py

Это приводит, например, к тому, что вместе с freeipa-client устанавливается и python3-module-pytest.
Comment 1 Repository Robot 2026-02-05 14:10:04 MSK
python3-module-ifaddr-0.2.0-alt2 -> sisyphus:

Thu Feb 05 2026 Sergey Bolshakov <sbolshakov@altlinux> 0.2.0-alt2
- switch to metadata runtime deps (closes: 57776)