Skip to content

MAINT: Set up product config via dict instead of str #1087

MAINT: Set up product config via dict instead of str

MAINT: Set up product config via dict instead of str #1087

GitHub Actions / Test Results failed Sep 9, 2024 in 0s

1 fail, 58 skipped, 2 685 pass in 7m 36s

    2 files      2 suites   7m 36s ⏱️
2 744 tests 2 685 ✅ 58 💤 1 ❌
2 773 runs  2 714 ✅ 58 💤 1 ❌

Results for commit d6fcbf2.

Annotations

Check warning on line 0 in vivi.core.src.zeit.retresco.json.tests.test_update.TMSUpdateRequestTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_should_preserve_disabled_keywords (vivi.core.src.zeit.retresco.json.tests.test_update.TMSUpdateRequestTest) failed

deployment/work/source/report.xml [took 0s]
Raw output
urllib.error.HTTPError: HTTP Error 500: Internal Server Error
Traceback (most recent call last):
  File "/home/runner/_work/_tool/Python/3.12.3/x64/lib/python3.12/unittest/case.py", line 58, in testPartExecutor
    yield
  File "/home/runner/_work/_tool/Python/3.12.3/x64/lib/python3.12/unittest/case.py", line 634, in run
    self._callTestMethod(testMethod)
  File "/home/runner/_work/_tool/Python/3.12.3/x64/lib/python3.12/unittest/case.py", line 589, in _callTestMethod
    if method() is not None:
       ^^^^^^^^
  File "/home/runner/_work/vivi/vivi/deployment/work/source/vivi/core/src/zeit/retresco/json/tests/test_update.py", line 60, in test_should_preserve_disabled_keywords
    b.post(
  File "/home/runner/_work/vivi/vivi/deployment/work/app/lib/python3.12/site-packages/zope/testbrowser/browser.py", line 258, in post
    return self.open(url, data)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/_work/vivi/vivi/core/src/zeit/cms/testing.py", line 1029, in open
    return super().open(url, *args, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/_work/vivi/vivi/deployment/work/app/lib/python3.12/site-packages/zope/testbrowser/browser.py", line 252, in open
    self._processRequest(url, make_request)
  File "/home/runner/_work/vivi/vivi/core/src/zeit/cms/testing.py", line 1051, in _processRequest
    self._do_processRequest(url, make_request)
  File "/home/runner/_work/vivi/vivi/core/src/zeit/cms/testing.py", line 1071, in _do_processRequest
    self._checkStatus()
  File "/home/runner/_work/vivi/vivi/deployment/work/app/lib/python3.12/site-packages/zope/testbrowser/browser.py", line 298, in _checkStatus
    raise HTTPError(self.url, code, msg, [], None)
urllib.error.HTTPError: HTTP Error 500: Internal Server Error