# Waived fixture for R1 (#49): identical to the red fixture (takes pytest's
# `monkeypatch`), but waived in the colocated testing-conventions.toml — so it
# must be silent.
importosdefdescribe_widget():defit_reads_the_token(monkeypatch):monkeypatch.setenv("MYPROJECT_TOKEN","test-token")assertos.environ["MYPROJECT_TOKEN"]=="test-token"