remove possibly unnecessary var set for typeguard w/ burnettk

This commit is contained in:
jasquat 2022-05-20 12:00:43 -04:00
parent d59c094d25
commit 7657bc68a5
1 changed files with 0 additions and 1 deletions

View File

@ -157,7 +157,6 @@ def typeguard(session: Session) -> None:
session.install(".")
session.install("pytest", "typeguard", "pygments")
session.env["RUN_TYPEGUARD"] = "true"
session.env["TEST_DATABASE_TYPE"] = session.env.get("TEST_DATABASE_TYPE")
session.run("pytest", *session.posargs)