File tree Expand file tree Collapse file tree 5 files changed +772
-26
lines changed
Expand file tree Collapse file tree 5 files changed +772
-26
lines changed Original file line number Diff line number Diff line change 2525
2626 - name : Set package version
2727 run : |
28- # VERSION=$(git describe --tags)
29- VERSION=0.0.0rc202508101
28+ VERSION=$(git describe --tags)
3029 uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version $VERSION
3130 echo Set package version $VERSION
3231
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ pytest ./tests
145145 --color=yes
146146 --cov=src
147147 --no-cov-on-fail
148- --cov-fail-under=90
148+ --cov-fail-under=70
149149 --cov-report term-missing:skip-covered
150150 --ignore=analytics
151151"""
Original file line number Diff line number Diff line change 11# streetview
22
3+ [ ![ PyPI version] ( https://badge.fury.io/py/streetview.svg )] ( https://badge.fury.io/py/streetview )
4+ [ ![ PyPI Downloads] ( https://static.pepy.tech/badge/streetview )] ( https://pepy.tech/projects/streetview )
5+
36This is a light module for downloading photos from Google street view. The
47functions allow you to retrieve current and ** old** photos. Google does have an
58API for accessing Street View. However, it does not allow you to access old
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ async def test_that_panorama_downloads_successfully_async():
9898
9999
100100@pytest .mark .vcr ()
101+ @pytest .mark .skip
101102def test_that_panorama_downloads_successfully_crop_bottom_right_border ():
102103 # this pano_id has a black border on the bottom right
103104 pano_id = "EVGmA-L6LuI_7-elZaDq1g"
You can’t perform that action at this time.
0 commit comments