diff --git a/setup.cfg b/setup.cfg index 8f5d1920..9be77e7f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.11 Operating System :: OS Independent keywords = calibre @@ -41,7 +41,7 @@ install_requires = APScheduler>=3.6.3,<3.10.0 werkzeug<2.1.0 Babel>=1.3,<3.0 - Flask-Babel>=0.11.1,<2.1.0 + Flask-Babel>=0.11.1,<3.1.0 Flask-Login>=0.3.2,<0.6.3 Flask-Principal>=0.3.2,<0.5.1 backports_abc>=0.4 @@ -51,11 +51,11 @@ install_requires = pytz>=2016.10 requests>=2.11.1,<2.28.0 SQLAlchemy>=1.3.0,<1.5.0 - tornado>=4.1,<6.2 + tornado>=4.1,<6.3 Wand>=0.4.4,<0.7.0 unidecode>=0.04.19,<1.4.0 lxml>=3.8.0,<5.0.0 - flask-wtf>=0.14.2,<1.1.0 + flask-wtf>=0.14.2,<1.2.0 chardet>=3.0.0,<4.1.0 advocate>=1.0.0,<1.1.0 diff --git a/test/Calibre-Web TestSummary_Linux.html b/test/Calibre-Web TestSummary_Linux.html index 633c7765..c3675767 100644 --- a/test/Calibre-Web TestSummary_Linux.html +++ b/test/Calibre-Web TestSummary_Linux.html @@ -37,20 +37,20 @@
Start Time: 2023-01-02 20:50:39
+Start Time: 2023-01-22 19:25:10
Stop Time: 2023-01-03 05:05:42
+Stop Time: 2023-01-23 01:31:36
Duration: 7h 22 min
+Duration: 5h 12 min
Traceback (most recent call last): + File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 467, in test_email_only + self.assertGreaterEqual(self.email_server.handler.message_size, 5996) +AssertionError: 5995 not greater than or equal to 5996+
Traceback (most recent call last): + File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 461, in test_email_only + self.assertGreaterEqual(self.email_server.handler.message_size, 5996) +AssertionError: 5995 not greater than or equal to 5996+
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_edit_books.py", line 852, in test_upload_book_pdf - self.assertLess('23300', resp.headers['Content-Length']) -AssertionError: '23300' not less than '19501'-
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py", line 474, in test_bookslist_edit_comment - self.assertEqual("[...]", bl['table'][4]["Comments"]['text']) -AssertionError: '[...]' != '+' -- [...] -+ +-
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py", line 459, in test_bookslist_edit_cust_comment - self.assertEqual("[...]", bl['table'][4]["Custom Comment 人物"]['text']) -AssertionError: '[...]' != '+' -- [...] -+ +-
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_metadata.py", line 167, in test_load_metadata - self.assertGreaterEqual(diff(BytesIO(cover), BytesIO(original_cover), delete_diff_file=True), 0.05) -AssertionError: 0.0 not greater than or equal to 0.05-
Traceback (most recent call last): + File "/home/ozzie/Development/calibre-web-test/test/test_email_STARTTLS.py", line 116, in test_STARTTLS_resend_password + self.assertTrue(self.login(user, passw)) +AssertionError: False is not true+
Traceback (most recent call last): + File "/home/ozzie/Development/calibre-web-test/test/test_email_STARTTLS.py", line 54, in tearDownClass + cls.stop_calibre_web() + File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 476, in stop_calibre_web + cls.driver.find_element(By.ID, 'admin_stop').click() + File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 856, in find_element + return self.execute(Command.FIND_ELEMENT, { + File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 434, in execute + self.error_handler.check_response(response) + File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 243, in check_response + raise exception_class(message, screen, stacktrace) +selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="admin_stop"] +Stacktrace: +RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 +WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:180:5 +NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:392:5 +element.find/</<@chrome://remote/content/marionette/element.sys.mjs:275:16+
Traceback (most recent call last): + File "/home/ozzie/Development/calibre-web-test/test/test_email_ssl.py", line 130, in test_SSL_logging_email + self.assertTrue(len(re.findall('Subject: Calibre-Web test e-mail', data)), "Email logging not working") +AssertionError: 0 is not true : Email logging not working+