mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Pin an older version of setuptools for package testing to work around use_2to3 required by rdflib.
This commit is contained in:
+1
-1
@@ -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 wheel
|
||||
pip install --upgrade pip 'setuptools<58' wheel
|
||||
pip install -r../lib/galaxy/dependencies/pinned-lint-requirements.txt
|
||||
|
||||
# ensure ordered by dependency dag
|
||||
|
||||
Reference in New Issue
Block a user