File tree 4 files changed +45
-37
lines changed
4 files changed +45
-37
lines changed Original file line number Diff line number Diff line change 1
- # Debugging
2
- debugpy
3
1
4
- # Dependency maintenance
5
- pip-tools
2
+ -c requirements-test.txt
6
3
7
- # Testing
8
- pytest
9
- pytest-cov
10
- pytest-qgis
4
+ # Debugging
5
+ debugpy
11
6
12
7
# Linting and formatting
13
8
pre-commit
@@ -18,3 +13,6 @@ flake8-qgis
18
13
19
14
# Stubs
20
15
PyQt5-stubs
16
+
17
+ # repo itself
18
+ -e file:.
Original file line number Diff line number Diff line change @@ -6,16 +6,10 @@ astor==0.8.1
6
6
# via flake8-qgis
7
7
cfgv == 3.4.0
8
8
# via pre-commit
9
- colorama == 0.4.6 ; sys_platform == 'win32'
10
- # via pytest
11
- coverage == 7.6.1
12
- # via pytest-cov
13
9
debugpy == 1.8.6
14
10
# via -r requirements-dev.in
15
11
distlib == 0.3.8
16
12
# via virtualenv
17
- exceptiongroup == 1.2.2 ; python_full_version < '3.11'
18
- # via pytest
19
13
filelock == 3.16.1
20
14
# via virtualenv
21
15
flake8 == 7.1.1
@@ -26,8 +20,6 @@ flake8-qgis==1.0.0
26
20
# via -r requirements-dev.in
27
21
identify == 2.6.1
28
22
# via pre-commit
29
- iniconfig == 2.0.0
30
- # via pytest
31
23
mccabe == 0.7.0
32
24
# via flake8
33
25
mypy == 1.11.2
@@ -36,14 +28,8 @@ mypy-extensions==1.0.0
36
28
# via mypy
37
29
nodeenv == 1.9.1
38
30
# via pre-commit
39
- packaging == 24.1
40
- # via pytest
41
31
platformdirs == 4.3.6
42
32
# via virtualenv
43
- pluggy == 1.5.0
44
- # via
45
- # pytest
46
- # pytest-qt
47
33
pre-commit == 3.8.0
48
34
# via -r requirements-dev.in
49
35
pycodestyle == 2.12.1
@@ -52,27 +38,14 @@ pyflakes==3.2.0
52
38
# via flake8
53
39
pyqt5-stubs == 5.15.6.0
54
40
# via -r requirements-dev.in
55
- pytest == 8.3.3
56
- # via
57
- # -r requirements-dev.in
58
- # pytest-cov
59
- # pytest-qgis
60
- # pytest-qt
61
- pytest-cov == 5.0.0
62
- # via -r requirements-dev.in
63
- pytest-qgis == 2.1.0
64
- # via -r requirements-dev.in
65
- pytest-qt == 4.4.0
66
- # via -r requirements-dev.in
67
41
pyyaml == 6.0.2
68
42
# via pre-commit
69
43
ruff == 0.6.7
70
44
# via -r requirements-dev.in
71
- tomli == 2.0.1 ; python_full_version < = '3.11'
45
+ tomli == 2.0.1 ; python_full_version < '3.11'
72
46
# via
73
- # coverage
47
+ # -c requirements-test.txt
74
48
# mypy
75
- # pytest
76
49
typing-extensions == 4.12.2
77
50
# via mypy
78
51
virtualenv == 20.26.5
Original file line number Diff line number Diff line change
1
+ # Testing
2
+ pytest
3
+ pytest-qt
4
+ pytest-cov
5
+ pytest-qgis
Original file line number Diff line number Diff line change
1
+ # This file was autogenerated by uv via the following command:
2
+ # uv pip compile --universal -o requirements-test.txt requirements-test.in --python-version 3.9
3
+ colorama==0.4.6 ; sys_platform == 'win32'
4
+ # via pytest
5
+ coverage==7.6.1
6
+ # via pytest-cov
7
+ exceptiongroup==1.2.2 ; python_full_version < '3.11'
8
+ # via pytest
9
+ iniconfig==2.0.0
10
+ # via pytest
11
+ packaging==24.1
12
+ # via pytest
13
+ pluggy==1.5.0
14
+ # via
15
+ # pytest
16
+ # pytest-qt
17
+ pytest==8.3.3
18
+ # via
19
+ # -r requirements-test.in
20
+ # pytest-cov
21
+ # pytest-qgis
22
+ # pytest-qt
23
+ pytest-cov==5.0.0
24
+ # via -r requirements-test.in
25
+ pytest-qgis==2.1.0
26
+ # via -r requirements-test.in
27
+ pytest-qt==4.4.0
28
+ # via -r requirements-test.in
29
+ tomli==2.0.1 ; python_full_version <= '3.11'
30
+ # via
31
+ # coverage
32
+ # pytest
You can’t perform that action at this time.
0 commit comments