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 909084c commit b27c7abCopy full SHA for b27c7ab
.github/workflows/build.yml
@@ -18,6 +18,7 @@ jobs:
18
run: |
19
python -m pip install --upgrade pip
20
pip install -U setuptools
21
+ pip install -r requirements.txt
22
pip install .
23
pip install tox
24
- name: Run mypy
tox.ini
@@ -4,9 +4,7 @@ isolated_build = True
4
5
[testenv]
6
deps =
7
- # Then vary Pytest by Python version:
8
- pytest==3.5.0: python_version < '3.8'
9
- pytest==7.4.2: python_version >= '3.8'
+ pytest
10
commands =
11
pytest
12
python tests/test_compatibility.py tests/password_expected_value.json
0 commit comments