We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f33f9f commit 0fe025bCopy full SHA for 0fe025b
Makefile
@@ -9,5 +9,5 @@ upload:
9
python3 -m twine upload --repository pypi dist/*
10
11
test:
12
- python3 -m pip install --quiet pytest cryptography
+ python3 -m pip install --upgrade --requirement requirements.txt
13
python3 -m pytest tests
0 commit comments