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 11#
2- # This file is autogenerated by pip-compile
2+ # This file is autogenerated by pip-compile with python 3.10
33# To update, run:
44#
55# pip-compile '.\requirements\dev.in'
@@ -86,12 +86,12 @@ pygments==2.10.0
8686 # via sphinx
8787pyparsing==2.4.7
8888 # via packaging
89- pytest-mock==3.6.1
90- # via -r .\requirements\tests.in
9189pytest==6.2.5
9290 # via
93- # -r .\requirements\tests.in
91+ # -r .\requirements\tests-min .in
9492 # pytest-mock
93+ pytest-mock==3.6.1
94+ # via -r .\requirements\tests-min.in
9595pytz==2021.3
9696 # via babel
9797pywinpty==1.1.4
@@ -107,12 +107,12 @@ six==1.16.0
107107 # virtualenv
108108snowballstemmer==2.1.0
109109 # via sphinx
110- sphinx-autobuild==2021.3.14
111- # via -r .\requirements\dev.in
112110sphinx==4.2.0
113111 # via
114112 # -r .\requirements\docs.in
115113 # sphinx-autobuild
114+ sphinx-autobuild==2021.3.14
115+ # via -r .\requirements\dev.in
116116sphinxcontrib-applehelp==1.0.2
117117 # via sphinx
118118sphinxcontrib-devhelp==1.0.2
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile
2+ # This file is autogenerated by pip-compile with python 3.10
33# To update, run:
44#
55# 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
32pywinpty
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile
2+ # This file is autogenerated by pip-compile with python 3.10
33# To update, run:
44#
55# pip-compile '.\requirements\tests.in'
@@ -20,12 +20,12 @@ py==1.10.0
2020 # via pytest
2121pyparsing==2.4.7
2222 # via packaging
23- pytest-mock==3.6.1
24- # via -r .\requirements\tests.in
2523pytest==6.2.5
2624 # via
27- # -r .\requirements\tests.in
25+ # -r .\requirements\tests-min .in
2826 # pytest-mock
27+ pytest-mock==3.6.1
28+ # via -r .\requirements\tests-min.in
2929pywinpty==1.1.4
3030 # via -r .\requirements\tests.in
3131toml==0.10.2
Original file line number Diff line number Diff line change 11[tox]
22envlist =
33 py{37,38,39,310}-64
4- py38 -32
4+ py310 -32
55
66[testenv]
77basepython =
@@ -13,5 +13,7 @@ basepython =
1313 py39-64: python3.9-64
1414 py310-32: python3.10-32
1515 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
1719commands = python -m ahkpy -m pytest
You can’t perform that action at this time.
0 commit comments