Skip to content

Commit

Permalink
bump pip and wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed May 14, 2019
1 parent d77c65d commit 3582c00
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 3 deletions.
7 changes: 5 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: $(BuildDefinitionName)_$(Date:yyyyMMdd)$(Rev:.rr)

resources:
repositories:
- repository: tox
Expand All @@ -14,6 +13,10 @@ trigger:
include:
- master
- refs/tags/*
pr:
branches:
include:
- master

variables:
PYTEST_ADDOPTS: "-v -v -ra --showlocals"
Expand Down Expand Up @@ -42,7 +45,7 @@ jobs:
dev: null
package_readme: null
before:
- script: 'sudo apt-get update && sudo apt-get install fish csh'
- script: 'sudo apt-get update -y && sudo apt-get install fish csh'
condition: and(succeeded(), eq(variables['image_name'], 'linux'), in(variables['TOXENV'], 'py37', 'py36', 'py35', 'py34', 'py27'))
displayName: install fish and csh via apt-get
- script: 'brew update -vvv && brew install fish tcsh'
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog/1356.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Upgrade embeded packages:

* upgrade wheel from ``0.33.1`` to ``0.33.4``
* upgrade pip from ``19.1`` to ``19.1.1``
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skip_missing_interpreters = true

[testenv]
description = run tests with {basepython}
deps = pip == 19.0.3
deps = pip >= 19.1.1
setenv = COVERAGE_FILE = {env:COVERAGE_FILE:{toxworkdir}/.coverage.{envname}}
passenv = https_proxy http_proxy no_proxy HOME PYTEST_* PIP_* CI_RUN TERM
extras = testing
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 3582c00

Please sign in to comment.