[Checkins] [zopefoundation/zope.testing] 014654: Skip broken symlink test on Windows

GitHub noreply at github.com
Wed Jun 8 08:17:26 CEST 2016


  Branch: refs/heads/symlinks-and-win32
  Home:   https://github.com/zopefoundation/zope.testing
  Commit: 01465423da65d8d3ed87bb0518c6c265dd52f69e
      https://github.com/zopefoundation/zope.testing/commit/01465423da65d8d3ed87bb0518c6c265dd52f69e
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2016-06-08 (Wed, 08 Jun 2016)

  Changed paths:
    M src/zope/testing/setupstack.txt

  Log Message:
  -----------
  Skip broken symlink test on Windows

Python 3.2 introduced os.symlink() on Windows platforms, but it raises
NotImplementedError if the underlying OS is too old to support symlinks
(like what we have on winbot).

Fixes #13.




More information about the checkins mailing list