01-fix-tests.patch 392 B

1234567891011
  1. --- contrib/python/yarl/tests/test_url.py (index)
  2. +++ contrib/python/yarl/tests/test_url.py (working tree)
  3. @@ -12,7 +12,7 @@ def test_inheritance():
  4. assert (
  5. "Inheriting a class "
  6. - "<class 'test_url.test_inheritance.<locals>.MyURL'> "
  7. + "<class '__tests__.test_url.test_inheritance.<locals>.MyURL'> "
  8. "from URL is forbidden" == str(ctx.value)
  9. )