Gili Barlev

Results 3 issues of Gili Barlev

Running: ```python >>> import unittest >>> unittest.main('my_package.tests.test_module') ``` results in ``` Ran 0 tests OK ``` The workaround is to install `test.support` and utilize `run_unittest` but wow that's a lot...

Given that pygit2 is probably the best option for Python developers building cross-platform Git applications When a Windows (or, to a lesser extent) Mac user wants to create an archive,...

## Summary Calling the top-level `match` method emits a `PendingDeprecationWarning` regardless of the provided inputs ## Environment and Version - Python version: 3.11.3 (conda-forge) - `semantic_version` version: '2.10.0' - Operating...