File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Always adjust install_requires in setup.cfg and requirements.txt
2
+ # when changing minimum version dependencies
3
+ pytest == 6.1.0
Original file line number Diff line number Diff line change 1
- # Always adjust install_requires in setup.cfg when changing runtime dependencies
1
+ # Always adjust install_requires in setup.cfg and pytest-min-requirements.txt
2
+ # when changing runtime dependencies
2
3
pytest >= 6.1.0
3
4
typing-extensions >= 3.7.2 ; python_version < "3.8"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ python_requires = >=3.7
34
34
packages = find:
35
35
include_package_data = True
36
36
37
- # Always adjust requirements.txt when changing runtime dependencies
37
+ # Always adjust requirements.txt and pytest-min-requirements.txt when changing runtime dependencies
38
38
install_requires =
39
39
pytest >= 6.1.0
40
40
typing-extensions >= 3.7.2; python_version < "3.8"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ allowlist_externals =
17
17
[testenv:pytest-min]
18
18
extras = testing
19
19
deps =
20
- pytest == 6.1.0
20
+ --requirement pytest-min-requirements.txt
21
21
--constraint pytest-min-constraints.txt
22
22
commands = make test
23
23
allowlist_externals =
You can’t perform that action at this time.
0 commit comments