Commit 695cade9 by Sébastien Eustace

Fix tests on Windows

parent 0ee0fe2f
......@@ -1306,8 +1306,10 @@ def test_installer_required_extras_should_not_be_removed_when_updating_single_de
def test_installer_required_extras_should_not_be_removed_when_updating_single_dependency_pypi_repository(
locker, repo, package, installed, env
locker, repo, package, installed, env, mocker
):
mocker.patch("sys.platform", "darwin")
pool = Pool()
pool.add_repository(MockRepository())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment