File tree Expand file tree Collapse file tree
pkgs/development/python-modules/libcst Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222
2323buildPythonPackage rec {
2424 pname = "libcst" ;
25- version = "1.8.5 " ;
25+ version = "1.8.6 " ;
2626 pyproject = true ;
2727
2828 src = fetchFromGitHub {
2929 owner = "Instagram" ;
3030 repo = "LibCST" ;
3131 tag = "v${ version } " ;
32- hash = "sha256-4FFkxy8UrLOXuZwvGvGQNZGtY27yLtiTWAzTbxLm3Eo =" ;
32+ hash = "sha256-AJm3grS+I/NXZ8ame4rmHPOxRHGO0Ofo35RtSDO2tyI =" ;
3333 } ;
3434
3535 cargoDeps = rustPlatform . fetchCargoVendor {
@@ -39,7 +39,7 @@ buildPythonPackage rec {
3939 src
4040 cargoRoot
4141 ;
42- hash = "sha256-eFdcyqzH7meF4kIVT2qhbKVxEB6KtZVEONMgYw4sBew =" ;
42+ hash = "sha256-7/Yf2yn7wjW0CDG1Ha3SsvOIytbU1bJCpR9WFAFiPEA =" ;
4343 } ;
4444
4545 cargoRoot = "native" ;
@@ -77,6 +77,8 @@ buildPythonPackage rec {
7777 "TypeInferenceProviderTest"
7878 # we'd need to run `python -m libcst.codegen.generate all` but shouldn't modify $out
7979 "test_codegen_clean_visitor_functions"
80+ "test_codegen_clean_matcher_classes"
81+ "test_codegen_clean_return_types"
8082 ] ;
8183
8284 # circular dependency on hypothesmith and ufmt
You can’t perform that action at this time.
0 commit comments