Disable pandas while we look into #2193 (#2195)

This commit is contained in:
Cooper Lees 2021-05-04 12:49:20 -07:00 committed by GitHub
parent d8a034f9b6
commit 14c76e8971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,8 @@
"py_versions": ["all"]
},
"pandas": {
"disabled_reason": "black-primer runs failing on Pandas - #2193",
"disabled": true,
"cli_arguments": [],
"expect_formatting_changes": true,
"git_clone_url": "https://github.com/pandas-dev/pandas.git",