Commit 1f777bd3 by Sébastien Eustace

Fix tests

parent 92d39950
......@@ -15,7 +15,9 @@ def config():
return Config(TomlFile(f.name))
@pytest.mark.skipif(sys.platform == "win32", "Permissions are different on Windows")
@pytest.mark.skipif(
sys.platform == "win32", reason="Permissions are different on Windows"
)
def test_config_sets_the_proper_file_permissions(config):
config.add_property("settings.virtualenvs.create", True)
......
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