pytest-relaxed icon indicating copy to clipboard operation
pytest-relaxed copied to clipboard

Relaxed test discovery for pytest

Results 14 pytest-relaxed issues
Sort by recently updated
recently updated
newest added

I'm trying to package your module as rpm packag and I need `pytest-relaxed` documentation and looks like it fails. I'm not sure is it sphinx issue or it something wrog...

I tried to run tests for `pytest-xdist` with `pytest-relaxed` installed and disabled using `-p no:relaxed` set in `PYTEST_ADDOPTS` environment variable. I noticed that with this setup the `pytest-xdist` testing fails:...

I tried to run tests for `pytest-subprocess` with the `pytest-relaxed` installed and one test failed there with this error: ``` E pytest.PytestDeprecationWarning: The hookimpl pytest_configure uses old-style configuration options (marks...

The sdist package at PyPI is missing `pytest.ini`. Please add the missing file to sdist to make downstream testing easier. Thank you.

Is it possible next time on release new version make the github release to have entry on https://github.com/bitprophet/pytest-relaxed/releases entries? 🤔 I'm asking because only on make gh release is spread...

Using `SpecModule` constructor directly is deprecated ``` /nix/store/vyc4y8lwn4ag2jm6xwpdba02ykp4xdw8-python3.7-pytest-relaxed-1.1.5/lib/python3.7/site-packages/pytest_relaxed/plugin.py:31: in pytest_collect_file return SpecModule(path, parent) /nix/store/crb53kmh26fsijj7jpm9pj75j9irajpc-python3.7-pytest-6.0.1/lib/python3.7/site-packages/_pytest/nodes.py:95: in __call__ warnings.warn(NODE_USE_FROM_PARENT.format(name=self.__name__), stacklevel=2) E pytest.PytestDeprecationWarning: Direct construction of SpecModule has been deprecated, please use SpecModule.from_parent....

bug

Apparently installing pytest-relaxed causes the 'relaxed' rules to start applying automatically to all projects. This is causing **huge** breakage for Gentoo. Two example packages affected by this are hpack and...

Are there plans to add support for pytest >=5 ? ``` pytest-relaxed (1.1.5) depends on pytest (>=3,