Skip to content

Commit 28253b7

Browse files
authored
Test pythonvirtualenvoperator sample in Python 3. (GoogleCloudPlatform#1714)
1 parent 199da70 commit 28253b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

composer/workflows/pythonvirtualenvoperator_python2_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
from . import unit_testing
2020

2121

22-
@pytest.mark.skipif(sys.version_info >= (3, 0), reason="requires Python 2")
2322
def test_dag_import():
2423
"""Test that the DAG file can be successfully imported.
2524

0 commit comments

Comments
 (0)