File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 53
53
54
54
* Begin introducing `pants <https://www.pantsbuild.org/docs >`_ to improve DX (Developer Experience)
55
55
working on StackStorm, improve our security posture, and improve CI reliability thanks in part
56
- to pants' use of PEX lockfiles. This is not a user-facing addition. #5713 #5724
56
+ to pants' use of PEX lockfiles. This is not a user-facing addition. #5713 #5724 #5725
57
57
Contributed by @cognifloyd
58
58
59
59
Changed
Original file line number Diff line number Diff line change 1
1
[GLOBAL ]
2
2
pants_version = " 2.13.0rc2"
3
+ backend_packages = [
4
+ # python
5
+ " pants.backend.python" ,
6
+ " pants.backend.experimental.python" , # activates twine `publish` support
7
+ " pants.backend.python.mixed_interpreter_constraints" ,
8
+
9
+ # shell
10
+ " pants.backend.shell" ,
11
+ ]
3
12
4
13
[source ]
5
14
# recording each pack individually under root patterns is not great, but resolves these issues:
You can’t perform that action at this time.
0 commit comments