File tree Expand file tree Collapse file tree 7 files changed +48
-15
lines changed Expand file tree Collapse file tree 7 files changed +48
-15
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile
2
+ # This file is autogenerated by pip-compile with python 3.10
3
3
# To update, run:
4
4
#
5
5
# pip-compile '.\requirements\dev.in'
@@ -86,12 +86,12 @@ pygments==2.10.0
86
86
# via sphinx
87
87
pyparsing==2.4.7
88
88
# via packaging
89
- pytest-mock==3.6.1
90
- # via -r .\requirements\tests.in
91
89
pytest==6.2.5
92
90
# via
93
- # -r .\requirements\tests.in
91
+ # -r .\requirements\tests-min .in
94
92
# pytest-mock
93
+ pytest-mock==3.6.1
94
+ # via -r .\requirements\tests-min.in
95
95
pytz==2021.3
96
96
# via babel
97
97
pywinpty==1.1.4
@@ -107,12 +107,12 @@ six==1.16.0
107
107
# virtualenv
108
108
snowballstemmer==2.1.0
109
109
# via sphinx
110
- sphinx-autobuild==2021.3.14
111
- # via -r .\requirements\dev.in
112
110
sphinx==4.2.0
113
111
# via
114
112
# -r .\requirements\docs.in
115
113
# sphinx-autobuild
114
+ sphinx-autobuild==2021.3.14
115
+ # via -r .\requirements\dev.in
116
116
sphinxcontrib-applehelp==1.0.2
117
117
# via sphinx
118
118
sphinxcontrib-devhelp==1.0.2
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile
2
+ # This file is autogenerated by pip-compile with python 3.10
3
3
# To update, run:
4
4
#
5
5
# pip-compile '.\requirements\docs.in'
Original file line number Diff line number Diff line change
1
+ pytest
2
+ pytest-mock
Original file line number Diff line number Diff line change
1
+ #
2
+ # This file is autogenerated by pip-compile with python 3.10
3
+ # To update, run:
4
+ #
5
+ # pip-compile '.\requirements\tests-min.in'
6
+ #
7
+ atomicwrites==1.4.0
8
+ # via pytest
9
+ attrs==21.2.0
10
+ # via pytest
11
+ colorama==0.4.4
12
+ # via pytest
13
+ iniconfig==1.1.1
14
+ # via pytest
15
+ packaging==21.0
16
+ # via pytest
17
+ pluggy==1.0.0
18
+ # via pytest
19
+ py==1.10.0
20
+ # via pytest
21
+ pyparsing==2.4.7
22
+ # via packaging
23
+ pytest==6.2.5
24
+ # via
25
+ # -r .\requirements\tests-min.in
26
+ # pytest-mock
27
+ pytest-mock==3.6.1
28
+ # via -r .\requirements\tests-min.in
29
+ toml==0.10.2
30
+ # via pytest
Original file line number Diff line number Diff line change 1
- pytest
2
- pytest-mock
1
+ -r tests-min.in
3
2
pywinpty
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile
2
+ # This file is autogenerated by pip-compile with python 3.10
3
3
# To update, run:
4
4
#
5
5
# pip-compile '.\requirements\tests.in'
@@ -20,12 +20,12 @@ py==1.10.0
20
20
# via pytest
21
21
pyparsing==2.4.7
22
22
# via packaging
23
- pytest-mock==3.6.1
24
- # via -r .\requirements\tests.in
25
23
pytest==6.2.5
26
24
# via
27
- # -r .\requirements\tests.in
25
+ # -r .\requirements\tests-min .in
28
26
# pytest-mock
27
+ pytest-mock==3.6.1
28
+ # via -r .\requirements\tests-min.in
29
29
pywinpty==1.1.4
30
30
# via -r .\requirements\tests.in
31
31
toml==0.10.2
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
3
py{37,38,39,310}-64
4
- py38 -32
4
+ py310 -32
5
5
6
6
[testenv]
7
7
basepython =
@@ -13,5 +13,7 @@ basepython =
13
13
py39-64: python3.9-64
14
14
py310-32: python3.10-32
15
15
py310-64: python3.10-64
16
- deps = -r requirements/tests.txt
16
+ deps =
17
+ 32: -r requirements/tests-min.txt
18
+ 64: -r requirements/tests.txt
17
19
commands = python -m ahkpy -m pytest
You can’t perform that action at this time.
0 commit comments