Python Testing with pytest: "using multiple fixture levels"

You are correct. Thank you.
A couple sentences wrong in there. The proper text should be:

The cards_db fixture has db named in its parameter list, which means it depends on the db fixture. Also, cards_db is function scoped, which is a more narrow scope than db.