mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[PR #1183] [MERGED] Split test and lint workflows #1199
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#1199
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spotipy-dev/spotipy/pull/1183
Author: @stephanebruckert
Created: 1/16/2025
Status: ✅ Merged
Merged: 1/18/2025
Merged by: @stephanebruckert
Base:
master← Head:split-test-lint-workflows📝 Commits (8)
8e19af6Split test and lint workflows7feab55Apply isort873627apip install needed20552dbpip install needed392af43pip install needed8467139pip install .3646deaRun lint on latest python, integ tests on matrix71aae31Don't run unit tests twice when there is a PR📊 Changes
61 files changed (+164 additions, -108 deletions)
View changed files
📝
.github/workflows/integration_tests.yml(+6 -4)➕
.github/workflows/lint.yml(+24 -0)📝
.github/workflows/unit_tests.yml(+3 -8)📝
CHANGELOG.md(+4 -0)📝
CONTRIBUTING.md(+6 -2)📝
docs/conf.py(+1 -1)📝
examples/add_saved_episodes.py(+1 -0)📝
examples/add_saved_shows.py(+1 -0)📝
examples/app.py(+3 -1)📝
examples/artist_albums.py(+1 -1)📝
examples/artist_discography.py(+1 -1)📝
examples/artist_recommendations.py(+0 -1)📝
examples/audio_analysis_for_track.py(+3 -3)📝
examples/audio_features.py(+3 -3)📝
examples/audio_features_analysis.py(+4 -4)📝
examples/audio_features_for_track.py(+3 -3)📝
examples/check_show_is_saved.py(+1 -0)📝
examples/client_credentials_flow.py(+3 -2)📝
examples/delete_saved_episodes.py(+1 -0)📝
examples/follow_playlist.py(+1 -0)...and 41 more files
📄 Description
Resolves https://github.com/spotipy-dev/spotipy/issues/1154
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.