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:
parent
35e8d1560d
commit
a669b64091
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user