We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f653eac commit 181c40eCopy full SHA for 181c40e
1 file changed
tests/test_notebooks.py
@@ -82,7 +82,7 @@ def _notebook_run(filepath):
82
nb,
83
marks=[pytest.mark.skip, pytest.mark.advanced],
84
id=nb)
85
- elif sys.version >= (3, 10) and nb in torch_notebooks_not_3_10:
+ elif sys.version_info >= (3, 10) and nb in torch_notebooks_not_3_10:
86
param = pytest.param(
87
88
0 commit comments