chrysle

Results 326 comments of chrysle

> For this particular case maybe raise click.FileError ? https://click.palletsprojects.com/en/7.x/exceptions/#which-exceptions-exist I don't think this will be much less frightening (?): ``` Error: Could not open file '/home/user': unknown error ```

The problem is that if the `config_path` is `None`, only `base_directory` can be passed to the exception. It would maybe be better just to print: ``` No configuration file found.\nLooked...

@adiroiban Could you make a suggestion for a test? My problem is that there is no suitable assert in the [trial assertions](https://docs.twistedmatrix.com/en/stable/api/twisted.trial._synctest._Assertions.html) , like `assertNotRaises`.

Thanks for your help! What special parameters for example do you mean that should be tested?

@inkarkat I would like to relieve you of implementing the tests if ou give me some hints.

Did you notice the test for macOS 10.15 succeeded? I wonder why it was always cancelled before.

This feature was added in #1281 and released as part of `pipx` _1.5.0_!

It seems like a deprecation warning is already thrown by pip, which would make the error message unnecessary: ``` $ python src/pipx install --include-deps "git+https://github.com/hrittich/package-with-extras.git#egg=package-with-extras[httpie]" DEPRECATION: git+https://github.com/hrittich/package-with-extras.git#egg=package-with-extras[httpie] contains an egg...

@uranusjr Do you think this can be closed?