Anthony Sottile
|
fb1d550aac
|
py36+: remove rexport of Path and PurePath
|
2020-10-03 12:16:52 -07:00 |
Ran Benita
|
e0d0951945
|
pathlib: add analogues to py.path.local's bestrelpath and common
An equivalent for these py.path.local functions is needed for some
upcoming py.path -> pathlib conversions.
|
2020-08-06 18:16:04 +03:00 |
Ran Benita
|
b8471aa527
|
testing: fix some docstring issues
In preparation for enforcing some docstring lints.
|
2020-08-03 10:10:43 +03:00 |
Bruno Oliveira
|
e7c42ae62b
|
Inaccessible lock files now imply temporary directories can't be removed
Fix #7500
Co-authored-by: Ran Benita <ran@unusedvar.com>
|
2020-07-15 09:25:17 -03:00 |
Ran Benita
|
f00bec2a12
|
Replace yield_fixture -> fixture in internal code
`yield_fixture` is a deprecated alias to `fixture`.
|
2020-06-25 14:05:46 +03:00 |
Bruno Oliveira
|
ab6dacf1d1
|
Introduce --import-mode=importlib (#7246)
Fix #5821
Co-authored-by: Ran Benita <ran@unusedvar.com>
|
2020-06-13 11:29:01 -03:00 |
Bruno Oliveira
|
ab331c906e
|
Suppress errors while removing tmpdir's lock files
Fix #5456
|
2020-06-11 18:59:51 -03:00 |
Tor Colvin
|
fe64093411
|
Fix removal of very long paths on Windows (#6755)
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
|
2020-06-02 08:56:33 -03:00 |
Anthony Sottile
|
4cd08f9b52
|
Switch from deprecated imp to importlib
|
2019-06-24 09:48:38 -07:00 |
Anthony Sottile
|
5034399d7a
|
pre-commit run fix-encoding-pragma --all-files
|
2019-06-03 12:08:01 -03:00 |
Anthony Sottile
|
dc75b6af47
|
Use fix-encoding-pragma pre-commit hook
|
2019-05-14 15:56:31 -07:00 |
Bruno Oliveira
|
f20eeebde9
|
Fix access denied error when deleting a stale temporary directory
Fix #4262
|
2018-10-30 15:35:53 -03:00 |