Skip to content

Commit 50eb9a1

Browse files
committed
Indeed, don't repeat dependencies.
1 parent ccf1a9f commit 50eb9a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ def style(session):
6464

6565
@session()
6666
def typing(session):
67-
# FIXME: Don't repeat dependencies.
68-
session.install("attrs", "pyright", "pyrsistent", ROOT)
67+
session.install("pyright", ROOT)
6968
session.run("pyright", REFERENCING)
7069

7170

0 commit comments

Comments
 (0)