Skip to content

Commit 181c40e

Browse files
committed
Change to version_info
Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
1 parent f653eac commit 181c40e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_notebooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def _notebook_run(filepath):
8282
nb,
8383
marks=[pytest.mark.skip, pytest.mark.advanced],
8484
id=nb)
85-
elif sys.version >= (3, 10) and nb in torch_notebooks_not_3_10:
85+
elif sys.version_info >= (3, 10) and nb in torch_notebooks_not_3_10:
8686
param = pytest.param(
8787
nb,
8888
marks=[pytest.mark.skip, pytest.mark.advanced],

0 commit comments

Comments
 (0)