Skip to content

Commit c0ea75a

Browse files
authored
Fix tests (#8908)
Ref #8886
1 parent fbbe47b commit c0ea75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/tests/test_build_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ def test_build_commands_executed(self, load_yaml_config):
466466
'install',
467467
'--upgrade',
468468
'--no-cache-dir',
469-
'pip<=21.3.1',
469+
'pip',
470470
'setuptools<58.3.0',
471471
bin_path=mock.ANY,
472472
cwd=mock.ANY,

0 commit comments

Comments
 (0)