Merge pull request #141910 from fabaff/bump-sqlfluff
sqlfluff: 0.6.8 -> 0.7.0
This commit is contained in:
commit
6836bff5dc
1 changed files with 3 additions and 4 deletions
|
@ -5,14 +5,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "sqlfluff";
|
pname = "sqlfluff";
|
||||||
version = "0.6.8";
|
version = "0.7.0";
|
||||||
disabled = python3.pythonOlder "3.6";
|
disabled = python3.pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-Aistr85doKEOD0/uTS/7iRzYggb+hC3njVi4mWt8ndM=";
|
sha256 = "sha256-Cqbo1L3z3bTDIXZ90GXdAulTpGhWLoTc/kYRNghZ/SE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
|
@ -39,10 +39,9 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledTestPaths = [
|
disabledTestPaths = [
|
||||||
# dbt is not available yet
|
|
||||||
"test/core/templaters/dbt_test.py"
|
|
||||||
# Don't run the plugin related tests
|
# Don't run the plugin related tests
|
||||||
"test/core/plugin_test.py"
|
"test/core/plugin_test.py"
|
||||||
|
"plugins/sqlfluff-templater-dbt"
|
||||||
"plugins/sqlfluff-plugin-example/test/rules/rule_test_cases_test.py"
|
"plugins/sqlfluff-plugin-example/test/rules/rule_test_cases_test.py"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue