Skip to content

Commit 0fe025b

Browse files
committed
fix: install test deps from requirements.txt
1 parent 2f33f9f commit 0fe025b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ upload:
99
python3 -m twine upload --repository pypi dist/*
1010

1111
test:
12-
python3 -m pip install --quiet pytest cryptography
12+
python3 -m pip install --upgrade --requirement requirements.txt
1313
python3 -m pytest tests

0 commit comments

Comments
 (0)