Skip to content

Commit

Permalink
Revert "Pin an older version of setuptools for package testing to wor…
Browse files Browse the repository at this point in the history
…k around use_2to3 required by rdflib."

This reverts commit 74e96d3.
  • Loading branch information
nsoranzo committed Jun 13, 2022
1 parent deef0f1 commit 0253f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ TEST_ENV_DIR=${TEST_ENV_DIR:-$(mktemp -d -t gxpkgtestenvXXXXXX)}

virtualenv -p "$TEST_PYTHON" "$TEST_ENV_DIR"
. "${TEST_ENV_DIR}/bin/activate"
pip install --upgrade pip 'setuptools<58' wheel
pip install --upgrade pip setuptools wheel
pip install -r../lib/galaxy/dependencies/pinned-lint-requirements.txt

# ensure ordered by dependency dag
Expand Down

0 comments on commit 0253f43

Please sign in to comment.