diff --git a/composer/workflows/pythonvirtualenvoperator_python2_test.py b/composer/workflows/pythonvirtualenvoperator_python2_test.py index da603550a2c..0844dde5c56 100644 --- a/composer/workflows/pythonvirtualenvoperator_python2_test.py +++ b/composer/workflows/pythonvirtualenvoperator_python2_test.py @@ -19,7 +19,6 @@ from . import unit_testing -@pytest.mark.skipif(sys.version_info >= (3, 0), reason="requires Python 2") def test_dag_import(): """Test that the DAG file can be successfully imported.