Skip to content

Commit 276d8dc

Browse files
committed
Pin pytest < 6.1 for now (backport)
1 parent acfe562 commit 276d8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ TEST_ENV_DIR=${TEST_ENV_DIR:-$(mktemp -d -t gxpkgtestenvXXXXXX)}
1414

1515
virtualenv -p "$TEST_PYTHON" "$TEST_ENV_DIR"
1616
. "${TEST_ENV_DIR}/bin/activate"
17-
pip install pytest
17+
pip install "pytest<6.1"
1818

1919
# ensure ordered by dependency dag
2020
PACKAGE_DIRS=(

0 commit comments

Comments
 (0)