We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228d363 commit df3c541Copy full SHA for df3c541
environment.yml
@@ -5,7 +5,7 @@ channels:
5
- nodefaults
6
7
dependencies:
8
- - python >=3.8
+ - python >=3.8,<3.12
9
- pip
10
- setuptools_scm
11
- toml
tests/test_execute.py
@@ -799,6 +799,7 @@ def task_second(
799
@pytest.mark.end_to_end()
800
def test_errors_during_loading_nodes_have_info(runner, tmp_path):
801
source = """
802
+ from __future__ import annotations
803
from pathlib import Path
804
from typing import Any
805
import attrs
0 commit comments