File tree 4 files changed +6
-8
lines changed
4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 9
9
freeze-requirements : # # Freeze requirements files
10
10
pip install -r requirements.txt
11
11
python -c " from notifications_utils.version_tools import copy_config; copy_config()"
12
- pip-compile requirements_for_test.in
12
+ pip-compile -o requirements_for_test.txt setup.py requirements_for_test.in
13
13
14
14
.PHONY : bootstrap
15
15
bootstrap : # # Install build dependencies
Original file line number Diff line number Diff line change 1
- .
2
1
-r requirements_for_test_common.in
3
2
4
3
jsonschema>=2.5.1
Original file line number Diff line number Diff line change 2
2
# This file is autogenerated by pip-compile with Python 3.11
3
3
# by the following command:
4
4
#
5
- # pip-compile requirements_for_test.in
5
+ # pip-compile --output-file= requirements_for_test.txt requirements_for_test.in setup.py
6
6
#
7
7
attrs==24.2.0
8
8
# via
@@ -25,7 +25,7 @@ coverage==7.6.4
25
25
# via pytest-testmon
26
26
docopt==0.6.2
27
27
# via
28
- # notifications-python-client
28
+ # notifications-python-client (setup.py)
29
29
# pytest-watch
30
30
execnet==2.1.1
31
31
# via pytest-xdist
@@ -41,8 +41,6 @@ jsonschema-specifications==2024.10.1
41
41
# via jsonschema
42
42
mypy-extensions==1.0.0
43
43
# via black
44
- notifications-python-client @ file:///Users/leo.hemsted/dev/python-client
45
- # via -r requirements_for_test.in
46
44
packaging==24.2
47
45
# via
48
46
# black
@@ -54,7 +52,7 @@ platformdirs==4.3.6
54
52
pluggy==1.5.0
55
53
# via pytest
56
54
pyjwt==2.9.0
57
- # via notifications-python-client
55
+ # via notifications-python-client (setup.py)
58
56
pytest==7.2.0
59
57
# via
60
58
# -r requirements_for_test_common.in
@@ -81,7 +79,7 @@ referencing==0.35.1
81
79
# jsonschema-specifications
82
80
requests==2.32.3
83
81
# via
84
- # notifications-python-client
82
+ # notifications-python-client (setup.py)
85
83
# requests-mock
86
84
requests-mock==1.10.0
87
85
# via -r requirements_for_test_common.in
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ envlist =
5
5
[testenv]
6
6
allowlist_externals = make
7
7
deps =
8
+ .
8
9
-r requirements_for_test.in
9
10
commands =
10
11
make test
You can’t perform that action at this time.
0 commit comments