Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
Update pyproject.toml

Update test_matching.py
  • Loading branch information
xnetcat committed Jul 11, 2023
1 parent a6cd710 commit 00c56b2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install poetry
run: pipx install poetry
run: pipx install poetry==1.3.2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ typing-extensions = "^4.7.1"
soundcloud-v2 = "^1.3.1"
bandcamp-api = "^0.1.15"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
pytest-mock = "^3.11.1"
pytest-vcr = "^1.0.2"
Expand Down
21 changes: 11 additions & 10 deletions tests/test_matching.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,16 +196,16 @@
"https://music.youtube.com/watch?v=JBz8PGZ8eR0",
],
),
(
# SB Maffija - Kapuśniak
"https://open.spotify.com/track/1ZIiF3VCX4zbIiiiUPndW7",
["https://www.youtube.com/watch?v=GmiyIaE-Liw"],
),
(
# SB Maffija - Dzieci we mgle
"https://open.spotify.com/track/13UorE0BauUBREWFJNmnYR",
["https://www.youtube.com/watch?v=jLlRchjuFVU"],
),
# (
# # SB Maffija - Kapuśniak
# "https://open.spotify.com/track/1ZIiF3VCX4zbIiiiUPndW7",
# ["https://www.youtube.com/watch?v=GmiyIaE-Liw"],
# ),
# (
# # SB Maffija - Dzieci we mgle
# "https://open.spotify.com/track/13UorE0BauUBREWFJNmnYR",
# ["https://www.youtube.com/watch?v=jLlRchjuFVU"],
# ),
(
# club2020 - club2020
"https://open.spotify.com/track/0zmxM4MXfisJRTQcPa1wbv",
Expand Down Expand Up @@ -351,6 +351,7 @@
"https://open.spotify.com/track/4Dy9azWTLsDMUdUxrT1170",
[
"https://www.youtube.com/watch?v=KD5ncAFjRzY",
"https://www.youtube.com/watch?v=9DKKhnmgCIo"
],
)
# (
Expand Down

0 comments on commit 00c56b2

Please sign in to comment.