diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-05 21:37:06 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-05 21:37:06 +0900 |
| commit | c93725ac58fef240004c26422c429340ef12e41a (patch) | |
| tree | f10588e283838f9627399583e9cc541759fa7def /internal/rosa/fuse.go | |
| parent | f14ab8025324be1889e41c9642965faf9000ba1b (diff) | |
internal/rosa: prefix python constants
These have confusing names.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/fuse.go')
| -rw-r--r-- | internal/rosa/fuse.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/internal/rosa/fuse.go b/internal/rosa/fuse.go index 22c7cab6..62b971c0 100644 --- a/internal/rosa/fuse.go +++ b/internal/rosa/fuse.go @@ -24,11 +24,11 @@ func (t Toolchain) newFuse() (pkg.Artifact, string) { // this project uses pytest SkipTest: true, }, - IniConfig, - Packaging, - Pluggy, - Pygments, - PyTest, + PythonIniConfig, + PythonPackaging, + PythonPluggy, + PythonPygments, + PythonPyTest, KernelHeaders, ), version |
