File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 29
29
- name : Install ${{ env.package }}
30
30
run : |
31
31
python -m pip install --upgrade pip
32
- python -m pip install pytest pytest-cov pytest-pythonpath coverage
32
+ python -m pip install pytest pytest-cov coverage
33
33
pip install -r requirements.txt
34
34
pip install .
35
35
- name : Test ${{ env.package }} with pytest
49
49
- name : Install ${{ env.package }}
50
50
run : |
51
51
python -m pip install --upgrade pip
52
- python -m pip install pytest pytest-cov pytest-pythonpath
52
+ python -m pip install pytest pytest-cov
53
53
pip install -r requirements.txt
54
54
pip install .
55
55
- name : Make coverage badge for ${{ env.package }}
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools>=61 .0" , " setuptools-scm" ]
2
+ requires = [" setuptools>=80.0 .0" , " setuptools-scm" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[tool .setuptools .dynamic ]
@@ -27,7 +27,7 @@ classifiers = [
27
27
]
28
28
dependencies = [
29
29
" legacycrypt; python_version >= '3.13'" ,
30
- " markdown2>=2.4.0 " ,
30
+ " markdown2>=2.5.4 " ,
31
31
]
32
32
dynamic = [" version" ]
33
33
Original file line number Diff line number Diff line change 1
1
[pytest]
2
- python_paths = src
2
+ pythonpath = src
Original file line number Diff line number Diff line change 1
- markdown2 >= 2.4.0
1
+ markdown2 >= 2.5.4
2
+ legacycrypt ; python_version >= '3.13'
Original file line number Diff line number Diff line change 1
- 1.15.8
1
+ 1.15.9
You can’t perform that action at this time.
0 commit comments