From 2ade3d5c89b93ea59ff287c05cbe67672b471cfe Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 20 Mar 2019 18:37:34 +0100 Subject: ci: rename "trial" tox factor to "twisted" Ref: https://github.com/pytest-dev/pytest/pull/4848#issuecomment-467909204 --- azure-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 712106c94..38d893ad4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,9 +30,9 @@ jobs: # - numpy # - pytester's LsofFdLeakChecker (being skipped) PYTEST_COVERAGE: '1' - py27-trial: + py27-twisted: python.version: '2.7' - tox.env: 'py27-trial' + tox.env: 'py27-twisted' python.needs_vc: True py27-pluggymaster-xdist: python.version: '2.7' @@ -40,7 +40,7 @@ jobs: # Coverage for: # - except-IOError in _attempt_to_close_capture_file for py2. # Also seen with py27-nobyte (using xdist), and py27-xdist. - # But no exception with py27-pexpect,py27-trial,py27-numpy. + # But no exception with py27-pexpect,py27-twisted,py27-numpy. PYTEST_COVERAGE: '1' pypy: python.version: 'pypy' @@ -76,9 +76,9 @@ jobs: py37-linting/docs/doctesting: python.version: '3.7' tox.env: 'linting,docs,doctesting' - py37-trial/numpy: + py37-twisted/numpy: python.version: '3.7' - tox.env: 'py37-trial,py37-numpy' + tox.env: 'py37-twisted,py37-numpy' py37-pluggymaster-xdist: python.version: '3.7' tox.env: 'py37-pluggymaster-xdist' -- cgit v1.2.3