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 2929 - name : Install ${{ env.package }}
3030 run : |
3131 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
3333 pip install -r requirements.txt
3434 pip install .
3535 - name : Test ${{ env.package }} with pytest
4949 - name : Install ${{ env.package }}
5050 run : |
5151 python -m pip install --upgrade pip
52- python -m pip install pytest pytest-cov pytest-pythonpath
52+ python -m pip install pytest pytest-cov
5353 pip install -r requirements.txt
5454 pip install .
5555 - name : Make coverage badge for ${{ env.package }}
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=61 .0" , " setuptools-scm" ]
2+ requires = [" setuptools>=80.0 .0" , " setuptools-scm" ]
33build-backend = " setuptools.build_meta"
44
55[tool .setuptools .dynamic ]
@@ -27,7 +27,7 @@ classifiers = [
2727]
2828dependencies = [
2929 " legacycrypt; python_version >= '3.13'" ,
30- " markdown2>=2.4.0 " ,
30+ " markdown2>=2.5.4 " ,
3131]
3232dynamic = [" version" ]
3333
Original file line number Diff line number Diff line change 11[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