forked from mirrors/gecko-dev
Following the pytest "deprecations and removals" docs [1], this patch: * Replaces `@pytest.yield_fixture` with `@pytest.fixture`. * Replaces `.funcargnames` with `.fixturenames`. * Uses `Pathlib` parameter instead of the `py.path.local` one in associated `pytest_*` hooks. * Replaces `--strict` with `--strict-markers` [1] https://docs.pytest.org/en/latest/deprecations.html Differential Revision: https://phabricator.services.mozilla.com/D138815 |
||
|---|---|---|
| .. | ||
| mozversioncontrol | ||
| test | ||
| setup.py | ||