Closed mariostieriansys closed 3 weeks ago
There's an annoying issue when running even only on pytest locally where the config is being picked up from the toml.
This was fine but now that parallel is hardcoded, pytest is trying to run always in parallel. So, if you run one test only, it will launch it 4 times
The trick is to remove the parallel settings from the toml and make them workflow args
There's an annoying issue when running even only on pytest locally where the config is being picked up from the toml.
This was fine but now that parallel is hardcoded, pytest is trying to run always in parallel. So, if you run one test only, it will launch it 4 times
The trick is to remove the parallel settings from the toml and make them workflow args