Skip to content

Commit

Permalink
Require new version of argcomplete (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvilsa authored Oct 7, 2024
1 parent a209e1e commit 40633ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions jsonargparse_tests/test_argcomplete.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ def skip_if_argcomplete_unavailable():
pytest.skip("argcomplete package is required")


@pytest.fixture(autouse=True)
def temporal_skip_if_ge_py3127():
if sys.version_info[:3] >= (3, 12, 7):
pytest.skip("currently failing on python>=3.12.7 due to argparse breaking change")


@contextmanager
def mock_fdopen():
err = StringIO()
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ shtab = [
"shtab>=1.7.1",
]
argcomplete = [
"argcomplete>=2.0.0; python_version < '3.8'",
"argcomplete>=3.3.0; python_version >= '3.8'",
"argcomplete>=3.5.1",
]
ruyaml = [
"ruyaml>=0.20.0",
Expand Down

0 comments on commit 40633ba

Please sign in to comment.