Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit cf79a4e

Browse files
committed
Updates to tox.ini
1 parent 5d36d2e commit cf79a4e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

rewrite/tests/python/all/collection_literal_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_single_element_set_with_trailing_comma():
4141

4242
def test_deeply_nested():
4343
# language=python
44-
rewrite_run(python('d2 = (((((((((((((((((((((((((((("¯\_(ツ)_/¯",),),),),),),),),),),),),),),),),),),),),),),),),),),),)'))
44+
rewrite_run(python('d2 = (((((((((((((((((((((((((((("¯\\_(ツ)_/¯",),),),),),),),),),),),),),),),),),),),),),),),),),),),)'))
4545

4646

4747
@pytest.mark.xfail(reason="Generators are not properly parsed yet", strict=True)
File renamed without changes.

rewrite/tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ envlist = py3.9, py3.11, py3.12
44
[testenv]
55
deps =
66
pytest
7+
openrewrite-remote
8+
more-itertools
79
allowlist_externals = poetry
810
commands =
911
poetry install -v # Ensure poetry sets up the environment
@@ -22,4 +24,4 @@ commands =
2224
[testenv:py3.12]
2325
basepython = python3.12
2426
commands =
25-
poetry run pytest tests/python/all tests/python/py312
27+
poetry run pytest tests/python/all tests/python/py311 tests/python/py312

0 commit comments

Comments
 (0)