Skip to content

Commit a14e53f

Browse files
generatedunixname89002005307016meta-codesync[bot]
authored andcommitted
Suppress type errors for Pyre upgrade - opensource
Summary: This diff was automatically generated by the Pyre per-target upgrade tool. It adds `# pyre-fixme` or `pyrefly: ignore` comments to suppress type errors that will be introduced by an upcoming Pyre or Pyrefly release. These suppressions allow the upgrade to proceed without breaking existing code. Upgrading to new pyrefly Version. Without landing this diff your type checking tests may break. If assigned as a reviewer please help us get these diffs across the finish line. Thank you! #pyreupgrade Differential Revision: D113801247 fbshipit-source-id: fde4211e8b4673bc2f411dbf4c426ba24dd1c5de
1 parent 7bcf126 commit a14e53f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build/fbcode_builder/getdeps/test/builder_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ def test_z7_debug_info_on_windows(self) -> None:
119119
# On Windows, force MSVC embedded debug info (/Z7) so sccache can wrap
120120
# cl.exe without the shared-PDB C1041 race.
121121
builder = make_cmake_builder()
122+
# pyrefly: ignore [missing-attribute]
122123
builder.build_opts.is_windows.return_value = True
123124
env = Env()
124125

@@ -132,6 +133,7 @@ def test_openssl_root_dir_on_darwin(self) -> None:
132133
# On macOS, point OPENSSL_ROOT_DIR at the getdeps OpenSSL so CMake's
133134
# FindOpenSSL does not fall back to a wrong-arch Homebrew keg.
134135
builder = make_cmake_builder()
136+
# pyrefly: ignore [missing-attribute]
135137
builder.build_opts.is_darwin.return_value = True
136138
openssl = MagicMock()
137139
openssl.name = "openssl"

0 commit comments

Comments
 (0)