From 3c5b713c2bd2ff1867f38733119f00f20a3ab30b Mon Sep 17 00:00:00 2001 From: Ethan Smith Date: Mon, 20 Jan 2020 17:26:54 -0800 Subject: [PATCH] Pin pytest According to https://github.com/pytest-dev/pytest/issues/6492 pytest 5.3.2 broke some things, so we should pin for now. --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index f741bc52e133..649438743053 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ flake8-bugbear; python_version >= '3.5' flake8-pyi; python_version >= '3.6' lxml>=4.4.0 psutil>=4.0 -pytest>=5.1.1 +pytest==5.3.2 pytest-xdist>=1.22 # pytest-xdist depends on pytest-forked and 1.1.0 doesn't install clean on macOS 3.5 pytest-forked>=1.0.0,<1.1.0