From 93bfef80e0a13643b8f74eb6627f5e717d1a3a4c Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Mon, 17 Jul 2023 12:53:32 -0500 Subject: [PATCH] chore: nothing commit --- tests/functional/utils/test_github.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/utils/test_github.py b/tests/functional/utils/test_github.py index eaecc0db0a..41e0992330 100644 --- a/tests/functional/utils/test_github.py +++ b/tests/functional/utils/test_github.py @@ -8,6 +8,7 @@ from ape.utils.github import GithubClient REPO_PATH = "test/path" +IGNORE = "TODO REMOVE" @pytest.fixture(autouse=True)