any idea why these tests are being marked as "dese...
# daft-dev
a
any idea why these tests are being marked as "deselected"
d
Looks like you're running an integration test. Could you add
-m integration
to the pytest command?
a
ah ty that fixes it
👍 1