Bug 2003157

Summary: ovirt-hosted-engine-ha uses python-nose
Product: [oVirt] ovirt-hosted-engine-ha Reporter: Sandro Bonazzola <sbonazzo>
Component: GeneralAssignee: Sandro Bonazzola <sbonazzo>
Status: CLOSED CURRENTRELEASE QA Contact: Sandro Bonazzola <sbonazzo>
Severity: medium Docs Contact:
Priority: unspecified    
Version: ---CC: bugs
Target Milestone: ovirt-4.5.0Keywords: CodeChange
Target Release: 2.5.0Flags: sbonazzo: ovirt-4.5+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ovirt-hosted-engine-ha-2.5.0 Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-03-16 11:11:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Integration RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1986335    

Description Sandro Bonazzola 2021-09-10 13:22:11 UTC
ovirt-hosted-engine-ha requires python-nose, a test runner whose upstream
has been dead since 2015 (see https://nose.readthedocs.io).

Some alternatives:
- python3-pytest can run most tests written for Nose
- the unittest module from the standard library might
  work for ligher testing (though tests for it are more verbose)
- nose's successor is nose2, but it never gained much traction

python-nose is not included in CentOS Stream 9

Comment 1 Sandro Bonazzola 2022-04-20 06:30:33 UTC
This bugzilla is included in oVirt 4.5.0 release, published on April 20th 2022.

Since the problem described in this bug report should be resolved in oVirt 4.5.0 release, it has been closed with a resolution of CURRENT RELEASE.

If the solution does not work for you, please open a new bug report.