Skip to content

Commit 2156085

Browse files
committed
Fix tests
Ref #8886
1 parent ebca8e0 commit 2156085

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)