3131from testing .util import get_resource_path
3232from testing .util import skipif_cant_run_docker
3333from testing .util import skipif_cant_run_swift
34- from testing .util import skipif_slowtests_false
3534from testing .util import xfailif_no_pcre_support
3635from testing .util import xfailif_windows_no_node
3736from testing .util import xfailif_windows_no_ruby
@@ -145,7 +144,6 @@ def test_versioned_python_hook(tempdir_factory, store):
145144 )
146145
147146
148- @skipif_slowtests_false
149147@skipif_cant_run_docker
150148@pytest .mark .integration
151149def test_run_a_docker_hook (tempdir_factory , store ):
@@ -156,7 +154,6 @@ def test_run_a_docker_hook(tempdir_factory, store):
156154 )
157155
158156
159- @skipif_slowtests_false
160157@skipif_cant_run_docker
161158@pytest .mark .integration
162159def test_run_a_docker_hook_with_entry_args (tempdir_factory , store ):
@@ -167,7 +164,6 @@ def test_run_a_docker_hook_with_entry_args(tempdir_factory, store):
167164 )
168165
169166
170- @skipif_slowtests_false
171167@skipif_cant_run_docker
172168@pytest .mark .integration
173169def test_run_a_failing_docker_hook (tempdir_factory , store ):
@@ -179,7 +175,6 @@ def test_run_a_failing_docker_hook(tempdir_factory, store):
179175 )
180176
181177
182- @skipif_slowtests_false
183178@skipif_cant_run_docker
184179@pytest .mark .integration
185180@pytest .mark .parametrize ('hook_id' , ('echo-entrypoint' , 'echo-cmd' ))
@@ -191,7 +186,6 @@ def test_run_a_docker_image_hook(tempdir_factory, store, hook_id):
191186 )
192187
193188
194- @skipif_slowtests_false
195189@xfailif_windows_no_node
196190@pytest .mark .integration
197191def test_run_a_node_hook (tempdir_factory , store ):
@@ -201,7 +195,6 @@ def test_run_a_node_hook(tempdir_factory, store):
201195 )
202196
203197
204- @skipif_slowtests_false
205198@xfailif_windows_no_node
206199@pytest .mark .integration
207200def test_run_versioned_node_hook (tempdir_factory , store ):
@@ -211,7 +204,6 @@ def test_run_versioned_node_hook(tempdir_factory, store):
211204 )
212205
213206
214- @skipif_slowtests_false
215207@xfailif_windows_no_ruby
216208@pytest .mark .integration
217209def test_run_a_ruby_hook (tempdir_factory , store ):
@@ -221,7 +213,6 @@ def test_run_a_ruby_hook(tempdir_factory, store):
221213 )
222214
223215
224- @skipif_slowtests_false
225216@xfailif_windows_no_ruby
226217@pytest .mark .integration
227218def test_run_versioned_ruby_hook (tempdir_factory , store ):
@@ -233,7 +224,6 @@ def test_run_versioned_ruby_hook(tempdir_factory, store):
233224 )
234225
235226
236- @skipif_slowtests_false
237227@xfailif_windows_no_ruby
238228@pytest .mark .integration
239229def test_run_ruby_hook_with_disable_shared_gems (
@@ -499,7 +489,6 @@ def test_additional_dependencies_roll_forward(tempdir_factory, store):
499489 assert 'mccabe' in output
500490
501491
502- @skipif_slowtests_false
503492@xfailif_windows_no_ruby
504493@pytest .mark .integration
505494def test_additional_ruby_dependencies_installed (
@@ -516,7 +505,6 @@ def test_additional_ruby_dependencies_installed(
516505 assert 'tins' in output
517506
518507
519- @skipif_slowtests_false
520508@xfailif_windows_no_node
521509@pytest .mark .integration
522510def test_additional_node_dependencies_installed (
0 commit comments