Skip to content

Commit 06301e1

Browse files
authored
Fix local mac testing (#888)
1 parent 637a783 commit 06301e1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

jsonargparse_tests/argparse_tests_generate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ class TestCategories:
112112
"TestGroupConstructor", # FIX! deprecated add_argument_group prefix_chars
113113
],
114114
"functions": [
115+
"test_unrecognized_intermixed_args", # uses parse_known_args
115116
"test_empty_metavar_required_arg", # FIX! required optional shown with [], remove []
116117
"test_required_args_n_with_metavar", # FIX! metavar shown in missing required
117118
"test_required_args_one_or_more_with_metavar", # FIX! metavar shown in missing required

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools"]
2+
requires = ["setuptools>=77"]
33
build-backend = "setuptools.build_meta"
44

55

0 commit comments

Comments
 (0)