Files
openide/python/helpers/pydev/pydev_tests_tables/pytest.ini
Natalia.Murycheva a4a305c957 DS-4784 Create tests for Python part of tables support
Exclude polars from testing in Python2.7
Exclude polars for testing in Python 2.7 in advance from test_common.py

GitOrigin-RevId: 692d6bacb365665e618d650b7b739e0d86372ad1
2023-06-07 10:02:22 +00:00

5 lines
238 B
INI

[pytest]
addopts=-vv
python_files = test_*.py
# If you want to exclude some tests from running in Python 2.7 you should use the corresponding decorator
# @pytest.mark.skipif(sys.version_info < (3, 0), reason="Not supported in Python 2.7")