Files
openide/python/testData/toxtest/toxPyTestXDist/test_foo.py
Ilya.Kazakevich 957e1ef4e5 fix tox test: get rid of py27 (not supported by tox/venv discovery mechanics)
GitOrigin-RevId: 15b54278bb4639969229ea06435ebd4c63d9e40c
2023-05-02 21:38:04 +00:00

10 lines
133 B
Python

def test_doo():
pass
def test_bar():
pass
def test_only_37():
import sys
assert str(sys.version).startswith("3.7")