Skip to content

Commit 6a108d6

Browse files
Bump pytest from 6.1.2 to 6.2.2 (#433)
* Bump pytest from 6.1.2 to 6.2.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.2 to 6.2.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest@6.1.2...6.2.2) Signed-off-by: dependabot-preview[bot] <[email protected]> * Use Python 3.7 in tests Since that's our runtime environment. Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Mariatta Wijaya <[email protected]>
1 parent f5f42f2 commit 6a108d6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: python
22
cache: pip
33
python:
4-
- 3.6
5-
- 3.6-dev
64
- 3.7-dev
75
# - nightly
86

dev-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
22
coverage
3-
pytest==6.1.2
3+
pytest==6.2.2
44
pytest-asyncio==0.14.0
55
pytest-aiohttp==0.3.0
66
pytest-cov==2.11.1

0 commit comments

Comments
 (0)