helpful-jackal-12093
10/17/2021, 4:11 PMpants tailor
ignores fixtures/marks in pytest (//:pytest-asyncio
if there’s a test that uses @pytest.mark.asyncio
) , would it be possible detect this automatically
4. we have a pyproject.toml
that has an addopts
for example addopts ="-p no:dash"
, pytest fails because it doesn’t recognize this, we needed to add --
in the beginning of addopts
, is this intended or a bug?happy-kitchen-89482
10/17/2021, 6:17 PMconftest.py
. There is an example here: https://github.com/pantsbuild/example-django/blob/main/helloworld/greet/conftest.py
3. You'd like tailor
to add those dependencies automatically? Probably what we actually want is for dependency inference to understand marks, that would be a great feature! Could you open a ticket for it at https://github.com/pantsbuild/pants/issues?
4. Hmm, that might be a bug, can you file it at that same link? Thanks!helpful-jackal-12093
10/19/2021, 10:16 AM