Skip to content

Commit d8508e0

Browse files
committed
3.0.145
1 parent bb46d82 commit d8508e0

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
lines changed

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To stop playing press Ctrl+C in either the terminal or mpv
9999
<details><summary>List all subcommands</summary>
100100

101101
$ library
102-
library (v3.0.144; 104 subcommands)
102+
library (v3.0.145; 104 subcommands)
103103

104104
Create database subcommands:
105105
╭─────────────────┬──────────────────────────────────────────╮

library/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from library.utils import argparse_utils, iterables
66
from library.utils.log_utils import log
77

8-
__version__ = "3.0.144"
8+
__version__ = "3.0.145"
99

1010
progs = {
1111
"Create database subcommands": {

tests/createdb/test_gallery_add.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from pathlib import Path
2-
from unittest import skip
2+
3+
from pytest import skip
34

45
from library.createdb import gallery_backend
56
from library.mediadb import db_media, db_playlists

tests/createdb/test_tube_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from types import SimpleNamespace
2-
from unittest import skip
32

43
import pytest
4+
from pytest import skip
55

66
from library.createdb import tube_backend
77
from library.utils.consts import DLStatus

tests/createdb/test_web_add.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from unittest import skip
1+
from pytest import skip
22

33
from library.__main__ import library as lb
44
from tests.utils import connect_db_args

tests/mediadb/test_live.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import os
2-
from unittest import skip
2+
3+
from pytest import skip
34

45
from library.__main__ import library as lb
56
from library.createdb.tube_add import tube_add

tests/mediafiles/test_media_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from unittest import skip
1+
from pytest import skip
22

33
from library.mediafiles import media_check
44
from library.utils import nums

0 commit comments

Comments
 (0)