Skip to content

Commit 341b80b

Browse files
authored
Merge pull request #10337 from dannon/pytest_pin
[20.01] Pin pytest < 6.1
2 parents acfe562 + 276d8dc commit 341b80b

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)