Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea7c453

Browse files
committed
tweak cryptography setup
1 parent 18e6ca9 commit ea7c453

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

mypy_primer/projects.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1698,9 +1698,7 @@ def get_projects() -> list[Project]:
16981698
mypy_cmd="{mypy} {paths}",
16991699
pyright_cmd="{pyright} {paths}",
17001700
paths=["src/cryptography", "tests"],
1701-
deps=["cffi", "typing-extensions"],
1702-
expected_success=("mypy", "pyright"),
1703-
cost={"mypy": 6},
1701+
deps=["cffi", "typing-extensions", "pytest"],
17041702
),
17051703
]
17061704
assert len(projects) == len({p.name for p in projects})

0 commit comments

Comments
 (0)