Yuval_
Yuval_
I can try and make a pull request
> Wouldn't it be much better to allow setting the value to be returned from `kafkaTopicConnectParam`? And saving the version as a simple string? Couldn't it break backward compatibility?
> Ok, I finally looked a bit into what you are trying to solve here. Your problem boils down which flags to pass on the command lines for zookeeper or...
> @yuvalshi0 What do you think about @ennru 's suggestion, and would you be able to continue on this PR? Missed that PR because Gmail moved it to my spam...
I'll be happy to open a PR on this
@h-vetinari I've tried to reproduce the error, by writing a test. When this failed I've cloned the [repo ](https://github.com/tensorflow/addons) and wrote a simple test just to debug the parser, yet...
@h-vetinari So I've tried to mimic the problem above, I wrote a test: ```python def test_config_getoption_store(self, pytester: Pytester) -> None: pytester.makeconftest( """ def pytest_addoption(parser): parser.addoption( "--skip-custom-ops", action="store_true", help="When a custom...
Still no luck unfortunately, under this conda environment the tests till passes: ``` # packages in environment at /root/anaconda3/envs/test_env: # # Name Version Build Channel _libgcc_mutex 0.1 conda_forge conda-forge _openmp_mutex...
> Hi looking through this issue I was able to reproduce the error @h-vetinari ran into with the following python script: > > ``` > from _pytest.config import get_config >...
same here