Skip to content

Commit 7a32a75

Browse files
committed
upgrade executing to fix 3.10
1 parent 297e922 commit 7a32a75

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
]
3535
requires-python = '>=3.7'
3636
dependencies = [
37-
'executing>=0.8.0,<1.0.0',
37+
'executing>=0.9.1,<1.0.0',
3838
'asttokens>=2.0.0,<3.0.0',
3939
]
4040
optional-dependencies = {pygments = ['Pygments>=2.2.0'] }

tests/test_main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ def test_kwargs_orderless():
177177
}
178178

179179

180-
@pytest.mark.xfail(sys.version_info >= (3, 10), reason='https://github.com/alexmojaki/executing/issues/40')
181180
def test_simple_vars():
182181
v = debug.format('test', 1, 2)
183182
s = normalise_output(str(v))

0 commit comments

Comments
 (0)