diff --git a/readthedocs/projects/tests/test_build_tasks.py b/readthedocs/projects/tests/test_build_tasks.py index 9856ca89aae..a4ceb7c8a07 100644 --- a/readthedocs/projects/tests/test_build_tasks.py +++ b/readthedocs/projects/tests/test_build_tasks.py @@ -466,7 +466,7 @@ def test_build_commands_executed(self, load_yaml_config): 'install', '--upgrade', '--no-cache-dir', - 'pip<=21.3.1', + 'pip', 'setuptools<58.3.0', bin_path=mock.ANY, cwd=mock.ANY,