mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Exclude polars from testing in Python2.7 Exclude polars for testing in Python 2.7 in advance from test_common.py GitOrigin-RevId: 692d6bacb365665e618d650b7b739e0d86372ad1
5 lines
238 B
INI
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") |