-
-
Notifications
You must be signed in to change notification settings - Fork 704
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Restore previous behavior of "absolute_path()" The function `absolute_path` that was provided by "pathtools" was redefined and now gives a "Path" object back as return value. However, this leads to assertion errors when executing the test suite on FreeBSD, because there are now discrepancies between "PosixPath('/some/dir')" and "'/some/dir'". Thus restore the original return value of "absolute_path" as is was done by "pathtools". See also: https://pythonhosted.org/pathtools/_modules/pathtools/path.html#absolute_path * Skip two checks for BSD * Test "test_delete_self()" was tested only on Darwin platforms with release 0.10.6 * Test "file_lifecyle" was introduced in the 2.0.0 release * Update changelog for (#841) and (#842)
- Loading branch information
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters