Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 96283da

Browse files
authored
Pin to pytest version 4.6.4 to unblock CI (#705)
1 parent ed28627 commit 96283da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def _install_dev_packages(session):
4949

5050
def _install_test_dependencies(session):
5151
session.install('mock')
52-
session.install('pytest')
52+
session.install('pytest==4.6.4')
5353
session.install('pytest-cov')
5454
session.install('retrying')
5555
session.install('unittest2')

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ install_command = python -m pip install {opts} {packages}
66

77
deps =
88
py{27,34,35,36,37}-unit,py37-lint: mock
9-
py{27,34,35,36,37}-unit,py37-lint: pytest
9+
py{27,34,35,36,37}-unit,py37-lint: pytest==4.6.4
1010
py{27,34,35,36,37}-unit,py37-lint: pytest-cov
1111
py{27,34,35,36,37}-unit,py37-lint: retrying
1212
py{27,34,35,36,37}-unit,py37-lint: unittest2

0 commit comments

Comments
 (0)