Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 25, 2022
1 parent d4b12de commit c9f4799
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions _unittests/ut_io/test_output_capture.py
Expand Up @@ -135,8 +135,9 @@ def test_signature(self):

if len(excs) == 2:
mes = [str(e) for e in excs]
raise Exception(
"Unable to run autosignature:\n{0}".format("\n----\n".join(mes)))
raise AssertionError(
"Unable to run autosignature:\n{}\n----\n{}".format(
newstring, "\n----\n".join(mes)))

if len(excs) == 1:
res = str(excs[0]) + "\n---\n" + res
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -12,7 +12,7 @@ pillow
pybind11<2.10.0
pycodestyle
pylint>=2.14.0
pyquickhelper>=1.11.3697
pyquickhelper>=1.11.3747
pyquicksetup
scipy
sphinx
Expand Down

0 comments on commit c9f4799

Please sign in to comment.