mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
un-xfail node on windows
these have been reasonably stable for a while
This commit is contained in:
parent
b3c0d84dd3
commit
2fc00f73b6
1 changed files with 0 additions and 5 deletions
|
|
@ -245,7 +245,6 @@ def test_run_a_docker_image_hook(tempdir_factory, store, hook_id):
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@xfailif_windows # pragma: win32 no cover
|
|
||||||
def test_run_a_node_hook(tempdir_factory, store):
|
def test_run_a_node_hook(tempdir_factory, store):
|
||||||
_test_hook_repo(
|
_test_hook_repo(
|
||||||
tempdir_factory, store, 'node_hooks_repo',
|
tempdir_factory, store, 'node_hooks_repo',
|
||||||
|
|
@ -253,7 +252,6 @@ def test_run_a_node_hook(tempdir_factory, store):
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@xfailif_windows # pragma: win32 no cover
|
|
||||||
def test_run_a_node_hook_default_version(tempdir_factory, store):
|
def test_run_a_node_hook_default_version(tempdir_factory, store):
|
||||||
# make sure that this continues to work for platforms where node is not
|
# make sure that this continues to work for platforms where node is not
|
||||||
# installed at the system
|
# installed at the system
|
||||||
|
|
@ -263,7 +261,6 @@ def test_run_a_node_hook_default_version(tempdir_factory, store):
|
||||||
test_run_a_node_hook(tempdir_factory, store)
|
test_run_a_node_hook(tempdir_factory, store)
|
||||||
|
|
||||||
|
|
||||||
@xfailif_windows # pragma: win32 no cover
|
|
||||||
def test_run_versioned_node_hook(tempdir_factory, store):
|
def test_run_versioned_node_hook(tempdir_factory, store):
|
||||||
_test_hook_repo(
|
_test_hook_repo(
|
||||||
tempdir_factory, store, 'node_versioned_hooks_repo',
|
tempdir_factory, store, 'node_versioned_hooks_repo',
|
||||||
|
|
@ -271,7 +268,6 @@ def test_run_versioned_node_hook(tempdir_factory, store):
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@xfailif_windows # pragma: win32 no cover
|
|
||||||
def test_node_hook_with_npm_userconfig_set(tempdir_factory, store, tmpdir):
|
def test_node_hook_with_npm_userconfig_set(tempdir_factory, store, tmpdir):
|
||||||
cfg = tmpdir.join('cfg')
|
cfg = tmpdir.join('cfg')
|
||||||
cfg.write('cache=/dne\n')
|
cfg.write('cache=/dne\n')
|
||||||
|
|
@ -653,7 +649,6 @@ def test_additional_ruby_dependencies_installed(tempdir_factory, store):
|
||||||
assert 'tins' in output
|
assert 'tins' in output
|
||||||
|
|
||||||
|
|
||||||
@xfailif_windows # pragma: win32 no cover
|
|
||||||
def test_additional_node_dependencies_installed(tempdir_factory, store):
|
def test_additional_node_dependencies_installed(tempdir_factory, store):
|
||||||
path = make_repo(tempdir_factory, 'node_hooks_repo')
|
path = make_repo(tempdir_factory, 'node_hooks_repo')
|
||||||
config = make_config_from_repo(path)
|
config = make_config_from_repo(path)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue