diff --git a/optional-requirements.txt b/optional-requirements.txt index 92a01488..2ebcf1a7 100644 --- a/optional-requirements.txt +++ b/optional-requirements.txt @@ -1,5 +1,5 @@ # GDrive Integration -google-api-python-client>=1.7.11,<2.36.0 +google-api-python-client>=1.7.11,<2.37.0 gevent>20.6.0,<22.0.0 greenlet>=0.4.17,<1.2.0 httplib2>=0.9.2,<0.21.0 @@ -14,7 +14,7 @@ six>=1.10.0,<1.17.0 # Gmail google-auth-oauthlib>=0.4.3,<0.5.0 -google-api-python-client>=1.7.11,<2.36.0 +google-api-python-client>=1.7.11,<2.37.0 # goodreads goodreads>=0.3.2,<0.4.0 diff --git a/setup.cfg b/setup.cfg index d372be87..db2fd3e6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -59,7 +59,7 @@ install_requires = [options.extras_require] gdrive = - google-api-python-client>=1.7.11,<2.36.0 + google-api-python-client>=1.7.11,<2.37.0 gevent>20.6.0,<22.0.0 greenlet>=0.4.17,<1.2.0 httplib2>=0.9.2,<0.21.0 @@ -73,7 +73,7 @@ gdrive = six>=1.10.0,<1.17.0 gmail = google-auth-oauthlib>=0.4.3,<0.5.0 - google-api-python-client>=1.7.11,<2.36.0 + google-api-python-client>=1.7.11,<2.37.0 goodreads = goodreads>=0.3.2,<0.4.0 python-Levenshtein>=0.12.0,<0.13.0 diff --git a/test/Calibre-Web TestSummary_Linux.html b/test/Calibre-Web TestSummary_Linux.html index 652248a2..8d8966ad 100644 --- a/test/Calibre-Web TestSummary_Linux.html +++ b/test/Calibre-Web TestSummary_Linux.html @@ -37,20 +37,20 @@
Start Time: 2022-01-23 05:50:54
+Start Time: 2022-01-24 05:56:04
Stop Time: 2022-01-23 10:25:22
+Stop Time: 2022-01-24 09:54:16
Duration: 3h 54 min
+Duration: 3h 17 min
Traceback (most recent call last): + File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 332, in test_convert_only + self.assertEqual(ret[-2]['result'], 'Finished') +AssertionError: 'Failed' != 'Finished' +- Failed ++ Finished+
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 59, in test_upload_cbz_coverformats - original_cover = self.check_element_on_page((By.ID, "detailcover")).screenshot_as_png -AttributeError: 'bool' object has no attribute 'screenshot_as_png'-