summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2022-07-26 15:07:35 -0700
committerTim Burke <tim.burke@gmail.com>2022-12-09 11:38:02 -0800
commitef155bd74aaf4ffce11956b2e5bd921dfb5d8809 (patch)
tree62ff11db3b04201a831e20a94f31ac0ce578c8b4 /.zuul.yaml
parent745dfec35e50fb4e3fe5d16da431215bf88a835c (diff)
downloadswift-ef155bd74aaf4ffce11956b2e5bd921dfb5d8809.tar.gz
Switch to pytest
nose has not seen active development for many years now. With py310, we can no longer use it due to import errors. Also update lower contraints Closes-Bug: #1993531 Change-Id: I215ba0d4654c9c637c3b97953d8659ac80892db8
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 852bb6f24..517aec102 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -25,9 +25,6 @@
vars:
tox_envlist: py27
python_version: 2.7
- tox_environment:
- NOSE_COVER_HTML: 1
- NOSE_COVER_HTML_DIR: '{toxinidir}/cover'
post-run: tools/playbooks/common/cover-post.yaml
- job:
@@ -52,9 +49,6 @@
tox_envlist: py36
bindep_profile: test py36
python_version: 3.6
- tox_environment:
- NOSE_COVER_HTML: 1
- NOSE_COVER_HTML_DIR: '{toxinidir}/cover'
post-run: tools/playbooks/common/cover-post.yaml
- job:
@@ -76,9 +70,6 @@
tox_envlist: py37
bindep_profile: test py37
python_version: 3.7
- tox_environment:
- NOSE_COVER_HTML: 1
- NOSE_COVER_HTML_DIR: '{toxinidir}/cover'
post-run: tools/playbooks/common/cover-post.yaml
- job:
@@ -95,9 +86,6 @@
tox_envlist: py38
bindep_profile: test py38
python_version: 3.8
- tox_environment:
- NOSE_COVER_HTML: 1
- NOSE_COVER_HTML_DIR: '{toxinidir}/cover'
post-run: tools/playbooks/common/cover-post.yaml
- job:
@@ -130,9 +118,6 @@
tox_envlist: py39
bindep_profile: test py39
python_version: 3.9
- tox_environment:
- NOSE_COVER_HTML: 1
- NOSE_COVER_HTML_DIR: '{toxinidir}/cover'
post-run: tools/playbooks/common/cover-post.yaml
- job: