Ryan Hoban

Results 9 issues of Ryan Hoban

# Checklist - [x] I have checked the [issues list](https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Category%3A+Documentation%22+) for similar or identical bug reports. - [x] I have checked the [pull requests list](https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22Category%3A+Documentation%22) for existing proposed fixes. -...

Issue Type: Bug Report
Category: Documentation

The documentation indicates we can use [django_db_blocker](https://pytest-django.readthedocs.io/en/latest/database.html#django-db-blocker) to unblock database access and enable tests to utilize a real database. Alternatively we can implement [django_db_setup](https://pytest-django.readthedocs.io/en/latest/database.html#using-an-existing-external-database-for-tests) to use a real database. Is...

Consider adding a flag on the `SubTests` class which would allow the same behavior as `--exitfirst`, but scoped within a test scope. Proposed usage may look something like: ``` def...

I stumbled into [this issue](https://github.com/pysnmp/pysnmp/issues/56) which seems to suggest that support for python3.12 is somewhat blocked. Could you consider adding a [requires-python](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#requires-python) to your `pyproject.toml` so I could get that...

### Is your feature request related to a problem? Please describe. Newbie to `snmpsim` and it's great. I'm using it in pytests where the code under test uses `pysnmp`. Currently...

up for grabs
area:snmpsim
priority:low
idea
workaround available

What would it take to enable a client to pass a callable instead of a string for the password? Based on my read it looks like this is passed into...

Issue Type: Feature Request

**What are you trying to do?** Attach a `DockerContainer` to an existing network. In my specific case, the network was created as part of a composable setup, and I'd like...

🚀 enhancement

# Checklist - [x] I have checked the [issues list](https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Issue+Type%3A+Feature+Request%22+) for similar or identical feature requests. - [x] I have checked the [pull requests list](https://github.com/celery/celery/pulls?utf8=%E2%9C%93&q=is%3Apr+label%3A%22PR+Type%3A+Feature%22+) for existing proposed implementations of...

Issue Type: Feature Request

In https://github.com/testcontainers/testcontainers-python/pull/676 for copying to/from `DockerContainer`, it was suggested that we should clarify the interface & usage a bit before proceeding. This PR aims to push that conversation forward with...