Skip to content

Commit

Permalink
Merge pull request #10 from ynput/enhancement/remove-unused-variable
Browse files Browse the repository at this point in the history
Removed unused variable
  • Loading branch information
iLLiCiTiT authored Jan 9, 2024
2 parents 9ac74cb + 03ff7aa commit 3b82a61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dependencies/tests/test_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
_create_dependency_package_basename
)

ROOT_FOLDER = os.getenv("OPENPYPE_ROOT") or \
os.path.join(os.path.dirname(__file__), "../../../pype")
TEST_RESOURCES_DIR = os.path.join(os.path.dirname(__file__), "resources")
TEST_OP_TOML = os.path.join(TEST_RESOURCES_DIR, "openpype_pyproject.toml")
PURGE_TMP = True
Expand Down

0 comments on commit 3b82a61

Please sign in to comment.