Branch: refs/heads/master
Home: https://github.com/pytest-dev/pytest
Commit: 586ecea6f219d70d4075434b84a3784ec7cc948d
https://github.com/pytest-dev/pytest/commit/586ecea6f219d70d4075434b84a3784ec7cc948d
Author: Bruno Oliveira <nicodde...@gmail.com>
Date: 2017-12-14 (Thu, 14 Dec 2017)
Changed paths:
M testing/acceptance_test.py
Log Message:
-----------
Check if symlink does not privileges on Windows for
test_cmdline_python_package_symlink
os.symlink might fail on Windows because users require a special policy
to create symlinks (argh).
This is not a problem on AppVeyor because it is logged in as an admin,
but would be surprising for Windows users running pytest's test
suite on their computer.
Commit: 924b5e2e3dc681515de2fbbd50c68cec6ccfd538
https://github.com/pytest-dev/pytest/commit/924b5e2e3dc681515de2fbbd50c68cec6ccfd538
Author: Bruno Oliveira <nicodde...@gmail.com>
Date: 2017-12-16 (Sat, 16 Dec 2017)
Changed paths:
M testing/acceptance_test.py
Log Message:
-----------
Merge pull request #3031 from nicoddemus/symlink-privileges
Check if symlink does have privileges on Windows for
test_cmdline_python_package_symlink
Compare:
https://github.com/pytest-dev/pytest/compare/db4df5833a66...924b5e2e3dc6
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit