aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <morbo@google.com>2021-11-04 04:08:06 -0700
committerBill Wendling <morbo@google.com>2021-11-04 04:08:06 -0700
commitbf806bd31c679308b60f82ae3ea717c5ac2ea8fa (patch)
treec85edceae3869881b11575ca55dba8c2847c6a69
parent61532b570bd9938b802d84fc788abb9b4c99bcde (diff)
downloadyapf-bf806bd31c679308b60f82ae3ea717c5ac2ea8fa.tar.gz
Don't run on Windows
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--yapftests/yapf_test.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9497220..280af43 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
python-version: [2.7, 3.7, 3.8, 3.9]
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
diff --git a/yapftests/yapf_test.py b/yapftests/yapf_test.py
index 446b256..4e062cf 100644
--- a/yapftests/yapf_test.py
+++ b/yapftests/yapf_test.py
@@ -1528,7 +1528,7 @@ a = 4-b / c@d**37
self.assertYapfReformats(
unformatted_code,
expected_formatted_code,
- env={'PYTHONIOENCODING': 'cp936', 'PYTHONHASHSEED': 0})
+ env={'PYTHONIOENCODING': 'cp936'})
def testDisableWithLineRanges(self):
unformatted_code = """\