Skip to content

Commit

Permalink
Fix fieldset not working
Browse files Browse the repository at this point in the history
# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
  • Loading branch information
Eric-Arellano committed Dec 2, 2021
1 parent 5e90305 commit 9218051
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/python/pants/backend/go/goals/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from __future__ import annotations

import os
from dataclasses import dataclass
from typing import Sequence

from pants.backend.go.subsystems.gotest import GoTestSubsystem
Expand Down Expand Up @@ -65,6 +66,7 @@
}


@dataclass(frozen=True)
class GoTestFieldSet(TestFieldSet):
required_fields = (GoPackageSourcesField,)

Expand Down

0 comments on commit 9218051

Please sign in to comment.