Bug 1835323

Summary: Review Request: python-tox-venv - Use Python 3 venvs for Python 3 tox testenvs
Product: [Fedora] Fedora Reporter: Charalampos Stratakis <cstratak>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mhroncok, package-review
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-06-02 23:40:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Charalampos Stratakis 2020-05-13 15:38:17 UTC
Spec URL: https://cstratak.fedorapeople.org/python-tox-venv.spec

SRPM URL: https://cstratak.fedorapeople.org/python-tox-venv-0.4.0-1.20200513git3bdcc27.fc31.src.rpm

Description: tox-venv is a plugin that uses Python 3’s builtin venv module for creating
test environments, instead of creating them with the virtualenv package.

Fedora Account System Username: cstratak

Comment 1 Miro Hrončok 2020-05-14 12:12:30 UTC
Requires:       python3dist(setuptools)
Requires:       python3dist(tox) >= 3.8.1

Are the manually added requires necessary?

Comment 2 Charalampos Stratakis 2020-06-02 23:40:38 UTC
Closing this. tox-venv is a deprecated package, not recommended by upstream.