@@ -19,6 +19,7 @@ exports[`application generator > as-provided > should run successfully minimal c
19
19
" options" : {},
20
20
},
21
21
" build" : {
22
+ " cache" : true ,
22
23
" executor" : " @nxlv/python:build" ,
23
24
" options" : {
24
25
" bundleLocalDependencies" : false ,
@@ -121,6 +122,7 @@ exports[`application generator > as-provided > should run successfully minimal c
121
122
" options" : {},
122
123
},
123
124
" build" : {
125
+ " cache" : true ,
124
126
" executor" : " @nxlv/python:build" ,
125
127
" options" : {
126
128
" bundleLocalDependencies" : false ,
@@ -223,6 +225,7 @@ exports[`application generator > custom template dir > should run successfully w
223
225
" options" : {},
224
226
},
225
227
" build" : {
228
+ " cache" : true ,
226
229
" executor" : " @nxlv/python:build" ,
227
230
" options" : {
228
231
" bundleLocalDependencies" : false ,
@@ -307,6 +310,7 @@ exports[`application generator > individual package > should run successfully mi
307
310
" options" : {},
308
311
},
309
312
" build" : {
313
+ " cache" : true ,
310
314
" executor" : " @nxlv/python:build" ,
311
315
" options" : {
312
316
" bundleLocalDependencies" : false ,
@@ -409,6 +413,7 @@ exports[`application generator > individual package > should run successfully mi
409
413
" options" : {},
410
414
},
411
415
" build" : {
416
+ " cache" : true ,
412
417
" executor" : " @nxlv/python:build" ,
413
418
" options" : {
414
419
" bundleLocalDependencies" : false ,
@@ -511,6 +516,7 @@ exports[`application generator > individual package > should run successfully mi
511
516
" options" : {},
512
517
},
513
518
" build" : {
519
+ " cache" : true ,
514
520
" executor" : " @nxlv/python:build" ,
515
521
" options" : {
516
522
" bundleLocalDependencies" : false ,
@@ -616,6 +622,7 @@ exports[`application generator > individual package > should run successfully mi
616
622
" options" : {},
617
623
},
618
624
" build" : {
625
+ " cache" : true ,
619
626
" executor" : " @nxlv/python:build" ,
620
627
" options" : {
621
628
" bundleLocalDependencies" : false ,
@@ -718,6 +725,7 @@ exports[`application generator > individual package > should run successfully wi
718
725
" options" : {},
719
726
},
720
727
" build" : {
728
+ " cache" : true ,
721
729
" executor" : " @nxlv/python:build" ,
722
730
" options" : {
723
731
" bundleLocalDependencies" : false ,
@@ -740,6 +748,7 @@ exports[`application generator > individual package > should run successfully wi
740
748
},
741
749
},
742
750
" lint" : {
751
+ " cache" : true ,
743
752
" executor" : " @nxlv/python:flake8" ,
744
753
" options" : {
745
754
" outputFile" : " reports/apps/test/pylint.txt" ,
@@ -848,6 +857,7 @@ exports[`application generator > individual package > should run successfully wi
848
857
" options" : {},
849
858
},
850
859
" build" : {
860
+ " cache" : true ,
851
861
" executor" : " @nxlv/python:build" ,
852
862
" options" : {
853
863
" bundleLocalDependencies" : false ,
@@ -870,6 +880,7 @@ exports[`application generator > individual package > should run successfully wi
870
880
},
871
881
},
872
882
" lint" : {
883
+ " cache" : true ,
873
884
" executor" : " @nxlv/python:flake8" ,
874
885
" options" : {
875
886
" outputFile" : " reports/apps/test/pylint.txt" ,
@@ -890,6 +901,7 @@ exports[`application generator > individual package > should run successfully wi
890
901
" options" : {},
891
902
},
892
903
" test" : {
904
+ " cache" : true ,
893
905
" executor" : " @nxlv/python:run-commands" ,
894
906
" options" : {
895
907
" command" : " poetry run pytest tests/" ,
@@ -1016,6 +1028,7 @@ exports[`application generator > individual package > should run successfully wi
1016
1028
" options" : {},
1017
1029
},
1018
1030
" build" : {
1031
+ " cache" : true ,
1019
1032
" executor" : " @nxlv/python:build" ,
1020
1033
" options" : {
1021
1034
" bundleLocalDependencies" : false ,
@@ -1038,6 +1051,7 @@ exports[`application generator > individual package > should run successfully wi
1038
1051
},
1039
1052
},
1040
1053
" lint" : {
1054
+ " cache" : true ,
1041
1055
" executor" : " @nxlv/python:flake8" ,
1042
1056
" options" : {
1043
1057
" outputFile" : " reports/apps/test/pylint.txt" ,
@@ -1058,6 +1072,7 @@ exports[`application generator > individual package > should run successfully wi
1058
1072
" options" : {},
1059
1073
},
1060
1074
" test" : {
1075
+ " cache" : true ,
1061
1076
" executor" : " @nxlv/python:run-commands" ,
1062
1077
" options" : {
1063
1078
" command" : " poetry run pytest tests/" ,
@@ -1184,6 +1199,7 @@ exports[`application generator > individual package > should run successfully wi
1184
1199
" options" : {},
1185
1200
},
1186
1201
" build" : {
1202
+ " cache" : true ,
1187
1203
" executor" : " @nxlv/python:build" ,
1188
1204
" options" : {
1189
1205
" bundleLocalDependencies" : false ,
@@ -1206,6 +1222,7 @@ exports[`application generator > individual package > should run successfully wi
1206
1222
},
1207
1223
},
1208
1224
" lint" : {
1225
+ " cache" : true ,
1209
1226
" executor" : " @nxlv/python:flake8" ,
1210
1227
" options" : {
1211
1228
" outputFile" : " reports/apps/test/pylint.txt" ,
@@ -1226,6 +1243,7 @@ exports[`application generator > individual package > should run successfully wi
1226
1243
" options" : {},
1227
1244
},
1228
1245
" test" : {
1246
+ " cache" : true ,
1229
1247
" executor" : " @nxlv/python:run-commands" ,
1230
1248
" options" : {
1231
1249
" command" : " poetry run pytest tests/" ,
@@ -1352,6 +1370,7 @@ exports[`application generator > individual package > should run successfully wi
1352
1370
" options" : {},
1353
1371
},
1354
1372
" build" : {
1373
+ " cache" : true ,
1355
1374
" executor" : " @nxlv/python:build" ,
1356
1375
" options" : {
1357
1376
" bundleLocalDependencies" : false ,
@@ -1374,6 +1393,7 @@ exports[`application generator > individual package > should run successfully wi
1374
1393
},
1375
1394
},
1376
1395
" lint" : {
1396
+ " cache" : true ,
1377
1397
" executor" : " @nxlv/python:flake8" ,
1378
1398
" options" : {
1379
1399
" outputFile" : " reports/apps/test/pylint.txt" ,
@@ -1394,6 +1414,7 @@ exports[`application generator > individual package > should run successfully wi
1394
1414
" options" : {},
1395
1415
},
1396
1416
" test" : {
1417
+ " cache" : true ,
1397
1418
" executor" : " @nxlv/python:run-commands" ,
1398
1419
" options" : {
1399
1420
" command" : " poetry run pytest tests/" ,
@@ -1520,6 +1541,7 @@ exports[`application generator > individual package > should run successfully wi
1520
1541
" options" : {},
1521
1542
},
1522
1543
" build" : {
1544
+ " cache" : true ,
1523
1545
" executor" : " @nxlv/python:build" ,
1524
1546
" options" : {
1525
1547
" bundleLocalDependencies" : false ,
@@ -1542,6 +1564,7 @@ exports[`application generator > individual package > should run successfully wi
1542
1564
},
1543
1565
},
1544
1566
" lint" : {
1567
+ " cache" : true ,
1545
1568
" executor" : " @nxlv/python:flake8" ,
1546
1569
" options" : {
1547
1570
" outputFile" : " reports/apps/test/pylint.txt" ,
@@ -1562,6 +1585,7 @@ exports[`application generator > individual package > should run successfully wi
1562
1585
" options" : {},
1563
1586
},
1564
1587
" test" : {
1588
+ " cache" : true ,
1565
1589
" executor" : " @nxlv/python:run-commands" ,
1566
1590
" options" : {
1567
1591
" command" : " poetry run pytest tests/" ,
@@ -1688,6 +1712,7 @@ exports[`application generator > individual package > should run successfully wi
1688
1712
" options" : {},
1689
1713
},
1690
1714
" build" : {
1715
+ " cache" : true ,
1691
1716
" executor" : " @nxlv/python:build" ,
1692
1717
" options" : {
1693
1718
" bundleLocalDependencies" : false ,
@@ -1710,6 +1735,7 @@ exports[`application generator > individual package > should run successfully wi
1710
1735
},
1711
1736
},
1712
1737
" lint" : {
1738
+ " cache" : true ,
1713
1739
" executor" : " @nxlv/python:flake8" ,
1714
1740
" options" : {
1715
1741
" outputFile" : " reports/apps/test/pylint.txt" ,
@@ -1730,6 +1756,7 @@ exports[`application generator > individual package > should run successfully wi
1730
1756
" options" : {},
1731
1757
},
1732
1758
" test" : {
1759
+ " cache" : true ,
1733
1760
" executor" : " @nxlv/python:run-commands" ,
1734
1761
" options" : {
1735
1762
" command" : " poetry run pytest tests/" ,
@@ -1843,6 +1870,7 @@ exports[`application generator > individual package > should run successfully wi
1843
1870
" options" : {},
1844
1871
},
1845
1872
" build" : {
1873
+ " cache" : true ,
1846
1874
" executor" : " @nxlv/python:build" ,
1847
1875
" options" : {
1848
1876
" bundleLocalDependencies" : false ,
@@ -1865,6 +1893,7 @@ exports[`application generator > individual package > should run successfully wi
1865
1893
},
1866
1894
},
1867
1895
" lint" : {
1896
+ " cache" : true ,
1868
1897
" executor" : " @nxlv/python:flake8" ,
1869
1898
" options" : {
1870
1899
" outputFile" : " reports/apps/test/pylint.txt" ,
@@ -1885,6 +1914,7 @@ exports[`application generator > individual package > should run successfully wi
1885
1914
" options" : {},
1886
1915
},
1887
1916
" test" : {
1917
+ " cache" : true ,
1888
1918
" executor" : " @nxlv/python:run-commands" ,
1889
1919
" options" : {
1890
1920
" command" : " poetry run pytest tests/" ,
@@ -2056,6 +2086,7 @@ exports[`application generator > individual package > should run successfully wi
2056
2086
" options" : {},
2057
2087
},
2058
2088
" build" : {
2089
+ " cache" : true ,
2059
2090
" executor" : " @nxlv/python:build" ,
2060
2091
" options" : {
2061
2092
" bundleLocalDependencies" : false ,
@@ -2078,6 +2109,7 @@ exports[`application generator > individual package > should run successfully wi
2078
2109
},
2079
2110
},
2080
2111
" lint" : {
2112
+ " cache" : true ,
2081
2113
" executor" : " @nxlv/python:ruff-check" ,
2082
2114
" options" : {
2083
2115
" lintFilePatterns" : [
@@ -2099,6 +2131,7 @@ exports[`application generator > individual package > should run successfully wi
2099
2131
" options" : {},
2100
2132
},
2101
2133
" test" : {
2134
+ " cache" : true ,
2102
2135
" executor" : " @nxlv/python:run-commands" ,
2103
2136
" options" : {
2104
2137
" command" : " poetry run pytest tests/" ,
@@ -2291,6 +2324,7 @@ exports[`application generator > individual package > should run successfully wi
2291
2324
" options" : {},
2292
2325
},
2293
2326
" build" : {
2327
+ " cache" : true ,
2294
2328
" executor" : " @nxlv/python:build" ,
2295
2329
" options" : {
2296
2330
" bundleLocalDependencies" : false ,
@@ -2313,6 +2347,7 @@ exports[`application generator > individual package > should run successfully wi
2313
2347
},
2314
2348
},
2315
2349
" lint" : {
2350
+ " cache" : true ,
2316
2351
" executor" : " @nxlv/python:flake8" ,
2317
2352
" options" : {
2318
2353
" outputFile" : " reports/apps/test/pylint.txt" ,
@@ -2333,6 +2368,7 @@ exports[`application generator > individual package > should run successfully wi
2333
2368
" options" : {},
2334
2369
},
2335
2370
" test" : {
2371
+ " cache" : true ,
2336
2372
" executor" : " @nxlv/python:run-commands" ,
2337
2373
" options" : {
2338
2374
" command" : " poetry run pytest tests/" ,
@@ -2505,6 +2541,7 @@ exports[`application generator > individual package > should run successfully wi
2505
2541
" options" : {},
2506
2542
},
2507
2543
" build" : {
2544
+ " cache" : true ,
2508
2545
" executor" : " @nxlv/python:build" ,
2509
2546
" options" : {
2510
2547
" bundleLocalDependencies" : false ,
@@ -2527,6 +2564,7 @@ exports[`application generator > individual package > should run successfully wi
2527
2564
},
2528
2565
},
2529
2566
" lint" : {
2567
+ " cache" : true ,
2530
2568
" executor" : " @nxlv/python:ruff-check" ,
2531
2569
" options" : {
2532
2570
" lintFilePatterns" : [
@@ -2648,6 +2686,7 @@ exports[`application generator > individual package > should run successfully wi
2648
2686
" options" : {},
2649
2687
},
2650
2688
" build" : {
2689
+ " cache" : true ,
2651
2690
" executor" : " @nxlv/python:build" ,
2652
2691
" options" : {
2653
2692
" bundleLocalDependencies" : false ,
@@ -2670,6 +2709,7 @@ exports[`application generator > individual package > should run successfully wi
2670
2709
},
2671
2710
},
2672
2711
" lint" : {
2712
+ " cache" : true ,
2673
2713
" executor" : " @nxlv/python:ruff-check" ,
2674
2714
" options" : {
2675
2715
" lintFilePatterns" : [
@@ -2691,6 +2731,7 @@ exports[`application generator > individual package > should run successfully wi
2691
2731
" options" : {},
2692
2732
},
2693
2733
" test" : {
2734
+ " cache" : true ,
2694
2735
" executor" : " @nxlv/python:run-commands" ,
2695
2736
" options" : {
2696
2737
" command" : " poetry run pytest tests/" ,
@@ -2821,6 +2862,7 @@ exports[`application generator > shared virtual environment > should run success
2821
2862
" options" : {},
2822
2863
},
2823
2864
" build" : {
2865
+ " cache" : true ,
2824
2866
" executor" : " @nxlv/python:build" ,
2825
2867
" options" : {
2826
2868
" bundleLocalDependencies" : false ,
@@ -2943,6 +2985,7 @@ exports[`application generator > shared virtual environment > should run success
2943
2985
" options" : {},
2944
2986
},
2945
2987
" build" : {
2988
+ " cache" : true ,
2946
2989
" executor" : " @nxlv/python:build" ,
2947
2990
" options" : {
2948
2991
" bundleLocalDependencies" : false ,
@@ -3065,6 +3108,7 @@ exports[`application generator > shared virtual environment > should run success
3065
3108
" options" : {},
3066
3109
},
3067
3110
" build" : {
3111
+ " cache" : true ,
3068
3112
" executor" : " @nxlv/python:build" ,
3069
3113
" options" : {
3070
3114
" bundleLocalDependencies" : false ,
@@ -3188,6 +3232,7 @@ exports[`application generator > shared virtual environment > should run success
3188
3232
" options" : {},
3189
3233
},
3190
3234
" build" : {
3235
+ " cache" : true ,
3191
3236
" executor" : " @nxlv/python:build" ,
3192
3237
" options" : {
3193
3238
" bundleLocalDependencies" : false ,
0 commit comments