Skip to content

Commit

Permalink
remove building kwant when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
piskunow committed Dec 22, 2023
1 parent f58ebed commit 2a2b4cf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,6 @@ def tests(session: Session) -> None:
session.install(".")
session.install("coverage[toml]", "pytest", "pygments")

# Call the kwant installation functions
build_kwant(session)

try:
session.run("coverage", "run", "--parallel", "-m", "pytest", *session.posargs)
finally:
Expand All @@ -242,9 +239,6 @@ def typeguard(session: Session) -> None:
session.install(".")
session.install("pytest", "typeguard", "pygments")

# Call the kwant installation functions
build_kwant(session)

session.run("pytest", f"--typeguard-packages={package}", *session.posargs)


Expand Down

0 comments on commit 2a2b4cf

Please sign in to comment.