Merge "Support tox4"
This commit is contained in:
commit
91bcd307fa
@ -646,8 +646,6 @@
|
|||||||
- swift-tox-func-py38-arm64
|
- swift-tox-func-py38-arm64
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
vars:
|
|
||||||
ensure_tox_version: '<4'
|
|
||||||
templates:
|
templates:
|
||||||
- publish-openstack-docs-pti
|
- publish-openstack-docs-pti
|
||||||
- periodic-stable-jobs
|
- periodic-stable-jobs
|
||||||
|
@ -35,9 +35,11 @@ skip_authors = True
|
|||||||
skip_changelog = True
|
skip_changelog = True
|
||||||
skip_reno = True
|
skip_reno = True
|
||||||
|
|
||||||
[files]
|
[options]
|
||||||
packages =
|
packages =
|
||||||
swift
|
swift
|
||||||
|
|
||||||
|
[files]
|
||||||
scripts =
|
scripts =
|
||||||
bin/swift-account-audit
|
bin/swift-account-audit
|
||||||
bin/swift-account-auditor
|
bin/swift-account-auditor
|
||||||
|
2
tox.ini
2
tox.ini
@ -4,8 +4,6 @@ minversion = 3.18.0
|
|||||||
requires =
|
requires =
|
||||||
# required to support py27/py36 envs
|
# required to support py27/py36 envs
|
||||||
virtualenv<20.22
|
virtualenv<20.22
|
||||||
# project-wide requirement; see .zuul.yaml
|
|
||||||
tox<4
|
|
||||||
|
|
||||||
[pytest]
|
[pytest]
|
||||||
addopts = --verbose -p no:requests_mock
|
addopts = --verbose -p no:requests_mock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user