Skip to content

Commit d292ed6

Browse files
committed
Remove slow tag from notebook test for PR testing.
1 parent e1e2f5c commit d292ed6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: dev_tools/notebooks/notebook_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def env_with_temporary_pip_target():
8686
yield env
8787

8888

89-
@pytest.mark.slow
9089
@pytest.mark.skipif(sys.platform not in ["linux", "darwin"], reason="Linux/Mac-only test")
9190
@pytest.mark.parametrize("notebook_path", filter_notebooks(list_all_notebooks(), SKIP_NOTEBOOKS))
9291
def test_notebooks_against_cirq_head(

0 commit comments

Comments
 (0)