Asaf Kali
Asaf Kali
Hi, Something weird started happening today: the workflow job ```yaml format: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Check black formatting uses: lgeiger/black-action@master with: args: '. -l 120 --exclude...
Hi, In the public `acquire` interface, you can pass `poll_interval` (defaults to `0.05`). Because the `__enter__` method calls `acquire` without any arguments, there is no way to specify the interval...
In my company, we run tests in parallel. Pytest exports the test suite with a (correct) time tag: ``` ``` Indeed, tests took about an hour. The time provided by...