Package: poetry / 2.1.1+dfsg-3

Metadata

Package Version Patches format
poetry 2.1.1+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Apply workaround to fix httpretty with urllib 2.3.patch | (download)

tests/conftest.py | 13 13 + 0 - 0 !
1 file changed, 13 insertions(+)

 apply workaround to fix httpretty with urllib>=2.3

Apply from https://github.com/PyGithub/PyGithub/pull/3102 to fix
error in httpretty using urllib >= 2.3.

fix env manager.patch | (download)

src/poetry/utils/env/base_env.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
fix tests.patch | (download)

tests/console/test_application_command_not_found.py | 1 0 + 1 - 0 !
tests/utils/env/python/test_manager.py | 2 1 + 1 - 0 !
tests/utils/env/test_env.py | 2 1 + 1 - 0 !
3 files changed, 2 insertions(+), 3 deletions(-)

---
increase sleep time in threading test.patch | (download)

tests/utils/test_threading.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 increase sleep time in a treading test
 In Debian CI fails a test that use sleep(0.05) and in some machine apparently
 they don't have enough time to finished. Thanks cjwatson to noted it.