Skip to content

Commit b27c7ab

Browse files
committed
trying another tox config
1 parent 909084c commit b27c7ab

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
run: |
1919
python -m pip install --upgrade pip
2020
pip install -U setuptools
21+
pip install -r requirements.txt
2122
pip install .
2223
pip install tox
2324
- name: Run mypy

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ isolated_build = True
44

55
[testenv]
66
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'
7+
pytest
108
commands =
119
pytest
1210
python tests/test_compatibility.py tests/password_expected_value.json

0 commit comments

Comments
 (0)