Skip to content

Commit e9aee64

Browse files
authored
Pin joblib to avoid joblibspark test failures (#6000)
* Pin `joblib` to avoid `joblibspark` test failures * Fix
1 parent 0d2b885 commit e9aee64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160
TESTS_REQUIRE = [
161161
# test dependencies
162162
"absl-py",
163+
"joblib<1.3.0", # joblibspark doesn't support recent joblib versions
163164
"joblibspark",
164165
"pytest",
165166
"pytest-datadir",

0 commit comments

Comments
 (0)