Skip to content

Commit df3c541

Browse files
committed
Fix.
1 parent 228d363 commit df3c541

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- nodefaults
66

77
dependencies:
8-
- python >=3.8
8+
- python >=3.8,<3.12
99
- pip
1010
- setuptools_scm
1111
- toml

tests/test_execute.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,7 @@ def task_second(
799799
@pytest.mark.end_to_end()
800800
def test_errors_during_loading_nodes_have_info(runner, tmp_path):
801801
source = """
802+
from __future__ import annotations
802803
from pathlib import Path
803804
from typing import Any
804805
import attrs

0 commit comments

Comments
 (0)