Fix some minor windows compatibility things

This commit is contained in:
Anthony Sottile 2015-11-23 14:11:59 -08:00
parent de2ead13a1
commit b9bc6212c1
2 changed files with 4 additions and 1 deletions

View file

@ -340,6 +340,7 @@ def test_additional_python_dependencies_installed(tempdir_factory, store):
assert 'mccabe' in output
@xfailif_windows_no_ruby
@pytest.mark.integration
def test_additional_ruby_dependencies_installed(tempdir_factory, store):
path = make_repo(tempdir_factory, 'ruby_hooks_repo')
@ -352,6 +353,7 @@ def test_additional_ruby_dependencies_installed(tempdir_factory, store):
assert 'thread_safe' in output
@xfailif_windows_no_node
@pytest.mark.integration
def test_additional_node_dependencies_installed(tempdir_factory, store):
path = make_repo(tempdir_factory, 'node_hooks_repo')