albertino87
albertino87
* cattrs version: 22.2.0 * Python version: 3.10 * Operating System: Windows 10 ### Description I have a dataclass that can be instantiated (structured) with a from_dict method, in this...
Is there any chance to make pytest-xdist respect the order set by pytest-order (just the priority order): ``` @pytest.mark.order(2) def test_foo(): assert True @pytest.mark.order(1) def test_bar(): assert True ``` NOT...
### Things to check first - [x] I have searched the existing issues and didn't find my feature already requested there ### Feature description When running pytest there's an option...