primer: Renable pandas (#2185)

- It no longer crashes black so we should test on it's code
- Update django reason to name the file causing error
  - Seems it has a syntax error on purpose
This commit is contained in:
Cooper Lees 2021-05-03 14:58:17 -07:00 committed by GitHub
parent 35e8d1560d
commit a669b64091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@
"py_versions": ["all"] "py_versions": ["all"]
}, },
"django": { "django": {
"disabled_reason": "black --check --diff returned 123 on two files", "disabled_reason": "black --check --diff returned 123 on tests_syntax_error.py",
"disabled": true, "disabled": true,
"cli_arguments": [], "cli_arguments": [],
"expect_formatting_changes": true, "expect_formatting_changes": true,
@ -53,8 +53,6 @@
"py_versions": ["all"] "py_versions": ["all"]
}, },
"pandas": { "pandas": {
"disabled_reason": "black --check --diff returned 123 on one file",
"disabled": true,
"cli_arguments": [], "cli_arguments": [],
"expect_formatting_changes": true, "expect_formatting_changes": true,
"git_clone_url": "https://github.com/pandas-dev/pandas.git", "git_clone_url": "https://github.com/pandas-dev/pandas.git",