Skip to content

Commit

Permalink
Add --no-validate-version in more places to fix 3.11 tests.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 572328479
  • Loading branch information
rchen152 committed Oct 10, 2023
1 parent 018fb8b commit 13477ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytype/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def setUp(self):
strict_none_binding=True,
use_enum_overlay=True,
use_fiddle_overlay=True,
validate_version=False,
)

@property
Expand Down

0 comments on commit 13477ab

Please sign in to comment.