Bruno Oliveira

Results 83 issues of Bruno Oliveira

Passing a short path in the command line was causing the matchparts check to fail, because `Path(short_path) != Path(long_path)`. Using `os.path.samefile` as fallback ensures the comparison works on Windows when...

Thanks to https://github.com/pytest-dev/pytest/issues/11988#issuecomment-1950318888, the problem was our custom template. The solution was to copy the template from Sphinx 7 and remove the header.

As detailed in https://github.com/pytest-dev/pytest/issues/11475#issuecomment-1937043670, currently with `--import-mode=importlib` pytest will try to import every file by using a unique module name, regardless if that module could be imported using the normal...

From: https://github.com/pytest-dev/pytest/pull/7142#discussion_r435084751

type: deprecation

Hi, First of all thanks for the excellent package! When upgrading to `2.14`, I noticed a difference in appearance which I'm not sure was intended. Here are two controls in...

From https://github.com/UN-GCPDS/qt-material/issues/85#issuecomment-1432194497, the right border is not aligned correctly when the QLineEdit is enabled vs disabled. See the two bottom controls: ![image](https://user-images.githubusercontent.com/1085180/219238416-bfd832a1-1e1f-48b4-9b75-74fc23352405.png)

### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? Hi folks! First of all thanks for...

This makes them easier to maintain and follows how other pytest repositories have evolved. Also made some changes to the deploy workflow: * Using Python 3.10 * Using `build` package...

They support type hints, I would suggest to migrate to qtpy, I can help if you want _Originally posted by @nrbnlulu in https://github.com/pytest-dev/pytest-qt/issues/474#issuecomment-1411980934_

https://github.com/ESSS/qmxgraph/actions/runs/3656977152/jobs/6180039932 ``` ============================= test session starts ============================== platform linux -- Python 3.6.15, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/share/miniconda/envs/qmxgraph/bin/python cachedir: .pytest_cache metadata: {'Python': '3.6.15', 'Platform': 'Linux-5.15.0-1024-azure-x86_64-with-debian-bookworm-sid', 'Packages': {'pytest': '6.2.5', 'py': '1.11.0', 'pluggy':...