From 98ec40f7cc8ee671a8ca30b65871ebc4ee65ccfa Mon Sep 17 00:00:00 2001 From: Alex Hornby Date: Mon, 7 Oct 2024 02:11:36 -0700 Subject: [PATCH] remove six usage Summary: X-link: https://github.com/facebookincubator/zstrong/pull/1002 now that python2 is long gone, lets remove dependency on six most of the changes are in the thrift fuzzer/randomizer used in thrift tests, replacing six with what six did in the py3 case. Reviewed By: ahilger Differential Revision: D63709297 fbshipit-source-id: 2ff46ead9e2035c5e43081ddec8ae1e3d1499895 --- .github/workflows/getdeps_linux.yml | 3 --- .github/workflows/getdeps_mac.yml | 3 --- build/fbcode_builder/manifests/fbthrift | 1 - 3 files changed, 7 deletions(-) diff --git a/.github/workflows/getdeps_linux.yml b/.github/workflows/getdeps_linux.yml index f9e2291efe..ed55cc4f16 100644 --- a/.github/workflows/getdeps_linux.yml +++ b/.github/workflows/getdeps_linux.yml @@ -13,9 +13,6 @@ on: permissions: contents: read # to fetch code (actions/checkout) -permissions: - contents: read - jobs: build: runs-on: ubuntu-22.04 diff --git a/.github/workflows/getdeps_mac.yml b/.github/workflows/getdeps_mac.yml index d2c7aacc1b..9e116db7ec 100644 --- a/.github/workflows/getdeps_mac.yml +++ b/.github/workflows/getdeps_mac.yml @@ -13,9 +13,6 @@ on: permissions: contents: read # to fetch code (actions/checkout) -permissions: - contents: read - jobs: build: runs-on: macOS-latest diff --git a/build/fbcode_builder/manifests/fbthrift b/build/fbcode_builder/manifests/fbthrift index 3d852d8d1c..81fea9d64e 100644 --- a/build/fbcode_builder/manifests/fbthrift +++ b/build/fbcode_builder/manifests/fbthrift @@ -23,7 +23,6 @@ fmt folly googletest libsodium -python-six wangle zstd mvfst