Skip to content

Commit f6711b3

Browse files
Revert reverse dependency check on main branch of graphix-symbolic (#345)
This commit restores the reverse‑dependency check against the main branch of `graphix-symbolic`. The check will become functional once the following pull request is approved and merged: TeamGraphix/graphix-symbolic#4
1 parent c5a83b1 commit f6711b3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ def tests_symbolic(session: Session) -> None:
6262
with TemporaryDirectory() as tmpdir, session.cd(tmpdir):
6363
# If you need a specific branch:
6464
# session.run("git", "clone", "-b", "branch-name", "https://github.com/TeamGraphix/graphix-symbolic")
65-
# See https://github.com/TeamGraphix/graphix-symbolic/pull/4
66-
session.run("git", "clone", "-b", "branch_selector", "https://github.com/thierry-martinez/graphix-symbolic")
67-
# session.run("git", "clone", "https://github.com/TeamGraphix/graphix-symbolic")
65+
session.run("git", "clone", "https://github.com/TeamGraphix/graphix-symbolic")
6866
with session.cd("graphix-symbolic"):
6967
session.run("pytest", "--doctest-modules")

0 commit comments

Comments
 (0)