[Checkins] [zopefoundation/zope.server] 1f3a92: Fix failing test_wsgi_compliance on Python 3

GitHub noreply at github.com
Fri Oct 19 13:39:19 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.server
  Commit: 1f3a92dd9abe926fa51f6ef1db04fa6abbd2e109
      https://github.com/zopefoundation/zope.server/commit/1f3a92dd9abe926fa51f6ef1db04fa6abbd2e109
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2018-10-19 (Fri, 19 Oct 2018)

  Changed paths:
    M src/zope/server/http/tests/test_wsgiserver.py
    M tox.ini

  Log Message:
  -----------
  Fix failing test_wsgi_compliance on Python 3

The list of warnings had one ResourceWarning about an unclosed socket
object.

Fixes #11.


  Commit: 64e666c9520b596a0d744a2af84c08e6f5f27362
      https://github.com/zopefoundation/zope.server/commit/64e666c9520b596a0d744a2af84c08e6f5f27362
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2018-10-19 (Fri, 19 Oct 2018)

  Changed paths:
    M src/zope/server/http/tests/test_wsgiserver.py

  Log Message:
  -----------
  Fix testServerAsProxy, broken by previous commit


  Commit: 11d09d5a63344425b1dd761968fe908808ea36f6
      https://github.com/zopefoundation/zope.server/commit/11d09d5a63344425b1dd761968fe908808ea36f6
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2018-10-19 (Fri, 19 Oct 2018)

  Changed paths:
    M src/zope/server/http/tests/test_httpserver.py
    M src/zope/server/tests/test_serverbase.py

  Log Message:
  -----------
  Fix a few more ResourceWarnings in tests

These were harmless (i.e. didn't actually cause the tests to fail), but
annoying.


  Commit: 21e2b89cff0d23622884d707cec8a8fb981782bf
      https://github.com/zopefoundation/zope.server/commit/21e2b89cff0d23622884d707cec8a8fb981782bf
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2018-10-19 (Fri, 19 Oct 2018)

  Changed paths:
    M src/zope/server/http/tests/test_httpserver.py
    M src/zope/server/http/tests/test_wsgiserver.py
    M src/zope/server/tests/test_serverbase.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #12 from zopefoundation/fix-tests

Fix failing test_wsgi_compliance on Python 3


Compare: https://github.com/zopefoundation/zope.server/compare/2b004828cb7e...21e2b89cff0d
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list