Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjyw committed May 26, 2024
1 parent 04515be commit 36ba01d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/python/pants/option/options_bootstrapper_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
from pathlib import Path
from textwrap import dedent

import pytest

from pants.base.build_environment import get_buildroot
from pants.engine.unions import UnionMembership
from pants.option.option_value_container import OptionValueContainer
Expand Down Expand Up @@ -146,6 +148,7 @@ def test_create_bootstrapped_options(self) -> None:
assert "/qux/baz" == opts.for_scope("foo").bar
assert "/pear/banana" == opts.for_scope("fruit").apple

@pytest.mark.skip("See https://github.com/pantsbuild/pants/pull/20956 for when we can revisit")
def test_bootstrapped_options_ignore_irrelevant_env(self) -> None:
included = "PANTS_DISTDIR"
excluded = "NON_PANTS_ENV"
Expand Down

0 comments on commit 36ba01d

Please sign in to comment.