Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
aszs committed Nov 12, 2024
1 parent 7528aee commit d429433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_remote_tags():
package_rules_envvar = "gitlab.com/onecommons/* unfurl.cloud/onecommons/*"
runner = CliRunner()
try:
UNFURL_PACKAGE_RULES = os.environ.get("UNFURL_PACKAGE_RULES")
# UNFURL_PACKAGE_RULES = os.environ.get("UNFURL_PACKAGE_RULES")
with runner.isolated_filesystem():
os.environ["UNFURL_PACKAGE_RULES"] = package_rules_envvar
result = runner.invoke(
Expand Down

0 comments on commit d429433

Please sign in to comment.