-
I'm the maintainer for Stack-In-A-Box (https://github.com/BenjamenMeyer/stackInABox). My goal with it is to support unit tests under a tox environment for solutions that may need to interact with mult…
-
## Problem
When calling `get_user()` inside a consumer, sometimes the tests fail with a `TimeoutError`.
The problem goes away when I remove this call and use `self.user = self.scope["user"]` inste…
-
- [x] a detailed description of the bug or suggestion
Recently, our PyPy3 Windows builds on GitHub actions have been failing due to a Pytest invocation error. These invocations errors began to …
-
tox using python 3.13 reports:
```
py: commands[2]> python -c 'import importlib.util, subprocess, sys; importlib.util.find_spec("mypy") and sys.exit(subprocess.run(["mypy", "."]).returncode) or pr…
-
I stuck with the issue that if I run flake8 admin.py manually - I see error DJ07, but when I try to do that in pre-commit hook, check passes silently. So.
Python 3.9.16 (main, Mar 10 2023, 13:37:42…
-
Trying to install dex-net on Jetson TX2 with ROS Kinetic on Ubuntu 16.04 LTS but I am getting a bunch of errors.
Running `python apps/dexnet_cli.py` and selecting an object from `example.hdf5` as m…
-
_Originally posted by @Hikari9 in https://github.com/ionelmc/cookiecutter-pylibrary/issues/13#issuecomment-472733094_
## Summary
Coverage is not collected in `subprocess.Popen` when timeout is r…
-
Hi folks:
When i download files via API, the download completes, but file size is different than when I download via browser. Consequently, API-downloaded files wouldn't open with gzip or viewers..…
-
For the Pelican plugins, which way are we creating the proverbial "requirements.txt" file.
I ask this because some package have a requirements subdirectory (like Pelican's `tox`) and most others…
-