Updated compatibility with tox4
This commit is contained in:
parent
b88716ab8b
commit
3deb3f4147
@ -10,7 +10,7 @@ License: MIT
|
|||||||
# Increment Y and reset Z when new macros or features are added
|
# Increment Y and reset Z when new macros or features are added
|
||||||
# Increment Z when this is a bugfix or a cosmetic change
|
# Increment Z when this is a bugfix or a cosmetic change
|
||||||
# Dropping support for EOL Fedoras is *not* considered a breaking change
|
# Dropping support for EOL Fedoras is *not* considered a breaking change
|
||||||
Version: 1.0.0~rc1
|
Version: 1.0.0~rc2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# Macro files
|
# Macro files
|
||||||
@ -121,6 +121,9 @@ export HOSTNAME="rpmbuild" # to speedup tox in network-less mock, see rhbz#1856
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 07 2022 Lumír Balhar <lbalhar@redhat.com> - 1.0.0~rc2-1
|
||||||
|
- Updated compatibility with tox4
|
||||||
|
|
||||||
* Tue Jan 25 2022 Miro Hrončok <mhroncok@redhat.com> - 1.0.0~rc1-1
|
* Tue Jan 25 2022 Miro Hrončok <mhroncok@redhat.com> - 1.0.0~rc1-1
|
||||||
- Release version 1.0.0, first release candidate
|
- Release version 1.0.0, first release candidate
|
||||||
|
|
||||||
|
@ -282,7 +282,7 @@ def generate_tox_requirements(toxenv, requirements):
|
|||||||
'--print-deps-to', deps.name,
|
'--print-deps-to', deps.name,
|
||||||
'--print-extras-to', extras.name,
|
'--print-extras-to', extras.name,
|
||||||
'--no-provision', provision.name,
|
'--no-provision', provision.name,
|
||||||
'-qre', toxenv],
|
'-q', '-r', '-e', toxenv],
|
||||||
check=False,
|
check=False,
|
||||||
encoding='utf-8',
|
encoding='utf-8',
|
||||||
stdout=subprocess.PIPE,
|
stdout=subprocess.PIPE,
|
||||||
|
Loading…
Reference in New Issue
Block a user